forked from RepoMirrors/bemenu
README: Custom PREFIX should be passed to build
This commit is contained in:
parent
9110c7c42e
commit
d8208baee0
@ -30,8 +30,8 @@ make install
|
|||||||
make install PREFIX=/usr
|
make install PREFIX=/usr
|
||||||
|
|
||||||
# Other usual variables are available for modifying such as DESTDIR, bindir, libdir and mandir
|
# Other usual variables are available for modifying such as DESTDIR, bindir, libdir and mandir
|
||||||
# Note that if you want a custom libdir, you should pass that during build as well, since it
|
# Note that if you want a custom PREFIX or libdir, you should pass those during build as well,
|
||||||
# will be used compile-time to figure out where to load renderers from!
|
# since they will be used compile-time to figure out where to load renderers from!
|
||||||
|
|
||||||
# HTML API documentation (requires doxygen installed):
|
# HTML API documentation (requires doxygen installed):
|
||||||
make doxygen
|
make doxygen
|
||||||
|
Loading…
Reference in New Issue
Block a user