I am trying to install the toolchain from the git repository. I am using the commit for the stable release (f987844). I try to build and install as follows
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/opt/dcputoolchain ..
make
sudo make install
Everything goes fine until the last step. For some reason, running make install will only install glfw. Does anyone have any idea what is going on?
System Details
- Up-to-date Arch Linux install
- cmake version 2.8.10.2
- GNU Make 3.82