Fixed README
This commit is contained in:
parent
6481425366
commit
fde8555687
@ -14,19 +14,19 @@ See doc/api.md for detailed information about this interface.
|
|||||||
Building requires (debian derived):
|
Building requires (debian derived):
|
||||||
libsqlite3-dev build-essentials
|
libsqlite3-dev build-essentials
|
||||||
|
|
||||||
** Submodules
|
* Submodules
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
make -C lib/libircclient
|
make -C lib/libircclient
|
||||||
|
|
||||||
** Configuration (Optional but highly recommended)
|
* Configuration (Optional but highly recommended)
|
||||||
make include/config.h && $EDITOR include/config.h
|
make include/config.h && $EDITOR include/config.h
|
||||||
|
|
||||||
** Building and Installation
|
* Building and Installation
|
||||||
make && BOOTSTRAP_ONLY=1 ./install.sh
|
make && BOOTSTRAP_ONLY=1 ./install.sh
|
||||||
|
|
||||||
remove BOOTSTRAP_ONLY=1 if you plan to install this somewhere.
|
remove BOOTSTRAP_ONLY=1 if you plan to install this somewhere.
|
||||||
|
|
||||||
** Cleanup
|
* Cleanup
|
||||||
|
|
||||||
make clean
|
make clean
|
||||||
rm -rf lib/libircclient bootstrap/probotic_data.sqlite
|
rm -rf lib/libircclient bootstrap/probotic_data.sqlite
|
||||||
|
Reference in New Issue
Block a user