README: Custom PREFIX should be passed to build

This commit is contained in:
Jari Vetoniemi 2020-02-07 23:34:41 +02:00
parent 9110c7c42e
commit d8208baee0

View File

@ -30,8 +30,8 @@ make install
make install PREFIX=/usr
# 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
# will be used compile-time to figure out where to load renderers from!
# Note that if you want a custom PREFIX or libdir, you should pass those during build as well,
# since they will be used compile-time to figure out where to load renderers from!
# HTML API documentation (requires doxygen installed):
make doxygen