Error in website's installtion (from source) instructions
Opened this issue · 0 comments
GuillaumeDua commented
In https://xtdmake.readthedocs.io/en/latest/installation.html, see :
cd xtdmake-${tag}.tar.gz
mkdir .build
cd .build
cmake ..
sudo make install
Should be :
cd xtdmake-${tag}
mkdir .build
cd .build
cmake ..
sudo make install