https://github.com/matjam/maximus
https://github.com/matjam/maximus
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/matjam/maximus
- Owner: matjam
- License: gpl-2.0
- Created: 2021-02-24T01:32:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-24T02:23:23.000Z (over 5 years ago)
- Last Synced: 2025-01-11T14:26:24.253Z (over 1 year ago)
- Language: C
- Size: 7.39 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
This is the awesome MAXIMUS BBS software, written originally by Wes Garland.
# Fork Notes
This was originally forked from https://code.georgi.software/IfkEE/max-bbs/ because there was some build issues and I wanted to work on my own branch. The person who has started work there, Patrick Georgi is responsible for most of the fixes in this branch. I am not sure how much I will add, but if I do add anything I'll be sure to share with him.
# Building
Patrick has kindly fixed the build system to use meson. Simply install meson, and then
```
meson setup builddir
cd builddir
ninja
```
As long as you have all the prerequisites installed, it should build. You can then do
```
sudo ninja install
```
and binaries will be installed. You may need to do some extra setup to get it working, but thats all I know for now.