Quote:
Originally Posted by EowynCarter
i just was in "home" both times. Yeah, deleting these files seam to have done it.
|
The build instructions are very clear. I've bolded the part that is relevant to your problem.
Quote:
It is assumed you want to generate Makefiles. You can do this by creating a new folder OUTSIDE of the source distribution.
Now navigate to that folder with a terminal. Then type in and run the following:
cmake -G "Unix Makefiles" /path/to/source/folder
make
sudo make install
|
Running it in your home folder is a bad idea.