16 lines
566 B
Markdown
16 lines
566 B
Markdown
# bbs (working name)
|
|
|
|
This is a simple bbs program written in c. The way it is meant to work is that a user would ssh into a server, which would auto-launch this program.
|
|
|
|
## Building
|
|
|
|
`bbs` depends only upon `ncurses`.
|
|
|
|
Run `make generate` to generate `version.c`, then `make` to build. Build files will be in `build/` and the executable `bbs` will be in the root of the repo.
|
|
|
|
`make run` will build and run the program, and `make clean` will clean up the `build/` directory.
|
|
|
|
## License
|
|
|
|
The program is distributed under the MIT license. See the `LICENSE` file.
|