Modified README to include libzmodem
This commit is contained in:
parent
d2b24c8dab
commit
e47028813f
18
README.md
18
README.md
@ -29,25 +29,31 @@ If you want to install Magicka BBS, follow these steps.
|
||||
|
||||
`make -f Makefile.linux`
|
||||
|
||||
3. Build libzmodem
|
||||
|
||||
`cd MagickaBBS/Xmodem`
|
||||
|
||||
4. Build the BBS (You may have to adjust the Makefile for your system)
|
||||
|
||||
`make`
|
||||
|
||||
5. Build the BBS (You may have to adjust the Makefile for your system)
|
||||
|
||||
`gmake` (FreeBSD) `make` (Linux)
|
||||
|
||||
5. Copy the config-default directory to a config directory.
|
||||
6. Copy the config-default directory to a config directory.
|
||||
|
||||
`cp -r config-default config`
|
||||
|
||||
6. Edit the config files and update essential information, like system paths and BBS name etc
|
||||
7. Copy the ansi-default directory to the one specified in your system path
|
||||
7. Edit the config files and update essential information, like system paths and BBS name etc
|
||||
8. Copy the ansi-default directory to the one specified in your system path
|
||||
|
||||
eg.
|
||||
|
||||
`cp -r ansi-default ansi`
|
||||
|
||||
8. Run Magicka BBS on a port over 1024 (Below require root, and we're not ready for that).
|
||||
9. Run Magicka BBS on a port over 1024 (Below require root, and we're not ready for that).
|
||||
|
||||
`./magicka config/bbs.ini 2300`
|
||||
|
||||
9. Your BBS is now running on port 2300, log in and create yourself an account! (By default there is only one security level, you can add more,
|
||||
10. Your BBS is now running on port 2300, log in and create yourself an account! (By default there is only one security level, you can add more,
|
||||
but you will need to use an SQLite Manager to modify users.sq3 and set security levels, as there is no user editor yet.
|
||||
|
Reference in New Issue
Block a user