-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hello,
I was trying to install this utility on my ubuntu machine. Below is the sequence I followed
git clone https://github.com/Jokeren/gBolt.git
cd gBolt
mkdir build && cd build
cmake ..
make
On
makecommand, I get the following error and the making process terminates
adeel@codec:~/temp/gBolt/build$ make
[ 11%] Building CXX object CMakeFiles/gbolt.dir/src/gbolt.cc.o
/home/adeel/temp/gBolt/src/gbolt.cc:4:23: fatal error: cxxopts.hpp: No such file or directory
compilation terminated.
CMakeFiles/gbolt.dir/build.make:101: recipe for target 'CMakeFiles/gbolt.dir/src/gbolt.cc.o' failed
make[2]: *** [CMakeFiles/gbolt.dir/src/gbolt.cc.o] Error 1
CMakeFiles/Makefile2:75: recipe for target 'CMakeFiles/gbolt.dir/all' failed
make[1]: *** [CMakeFiles/gbolt.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
I have gcc version 5.4.0 and cmake version 3.15.4. Please let me know if I am doing anything worng?
Regards
Adeel