You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you may know the latest development branch is develop-500...
$ git checkout develop-500
This uses cmake and the install directory can be set by -
$ cd build/cmake
$ cmake ../.. -DCMAKE_INSTALL_PREFIX:PATH=/install/path
$ make install
so I hope this can be closed?
The gmake build currently doesn't allow the common convention of
make install DESTDIR=mybuildroot
.The text was updated successfully, but these errors were encountered: