Added install instructions to the README.
This commit is contained in:
parent
1190c30604
commit
2264356f29
7
README
7
README
@ -15,6 +15,13 @@ To compile the project you will require:
|
|||||||
The project is built using the `make' command. For debug information
|
The project is built using the `make' command. For debug information
|
||||||
append `DEBUG=1' to the command.
|
append `DEBUG=1' to the command.
|
||||||
|
|
||||||
|
# Installation
|
||||||
|
--------------
|
||||||
|
Once the project is built, you can install by running `make install'. By
|
||||||
|
default the `PREFIX' variable is set to `/usr/local' (installing the
|
||||||
|
binary in `/usr/local/bin'). You can override this by appending
|
||||||
|
`PREFIX=<prefix>' to the install command.
|
||||||
|
|
||||||
# License
|
# License
|
||||||
---------
|
---------
|
||||||
This project is licensed under the GNU General Public License version 3
|
This project is licensed under the GNU General Public License version 3
|
||||||
|
Loading…
Reference in New Issue
Block a user