Update README.md
This commit is contained in:
parent
83bd22bef9
commit
ee5aaa2690
1 changed files with 5 additions and 2 deletions
|
@ -33,5 +33,8 @@ Build and install
|
|||
=================
|
||||
|
||||
Run `make` to build the project.
|
||||
The build artifacts can be found in the directory "install.dir" and should be copied from there.
|
||||
If you want to install directly to some directory run `make INSTALL_ROOT=/some/dir`.
|
||||
This default build will produce artifacts in a directory "install.dir" with executables installed in "usr/bin" (prefix is "usr").
|
||||
|
||||
You can install directly into some directory with `make INSTALL_ROOT=/some/dir`.
|
||||
You can change the install prefix for executables with `make BIN_PREFIX=someprefix`.
|
||||
These options can also be combined into `make INSTALL_ROOT=/some/dir BIN_PREFIX=someprefix`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue