Closed magnaproximity closed 6 years ago
I'm not really sure what destination should I use here:
cd .. Build the app. mkdir build cd build cmake .. make sudo make install
I'm new to the GNU/Unix though, that might be the problem :) Thank you for your help.
You just need to copy-paste these commands into terminal and they should work :) Those two dots mean "the parent directory"
I'm not really sure what destination should I use here:
cd .. Build the app. mkdir build cd build cmake .. make sudo make install
I'm new to the GNU/Unix though, that might be the problem :) Thank you for your help.