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
My Current Installed Directory : /tmp/usr/local and I wish to change to /usr/local
I tried the following but couldn't change the install location
sudo make install -DCMAKE_INSTALL_PREFIX=/usr/local
sudo make prefix=/usr/local install
sudo make install prefix=/usr/local
I tried to change CMAKE_FLAGS := -DCMAKE_INSTALL_PREFIX=/tmp/usr/local to CMAKE_FLAGS := -DCMAKE_INSTALL_PREFIX=/usr/local in Makefile present in home directory but still couldn't succeed.
The text was updated successfully, but these errors were encountered:
My Current Installed Directory : /tmp/usr/local and I wish to change to /usr/local
I tried the following but couldn't change the install location
I tried to change CMAKE_FLAGS := -DCMAKE_INSTALL_PREFIX=/tmp/usr/local to CMAKE_FLAGS := -DCMAKE_INSTALL_PREFIX=/usr/local in Makefile present in home directory but still couldn't succeed.
The text was updated successfully, but these errors were encountered: