Has anyone succesfuly built solC on NixOs?

diegueins680diegueins680 Member Posts: 1
Haven't had much luck today trying to build cpp-ethereum on my NixOs system.
According to https://www.ethereum.org/greeter, the steps to build SolC are the following:
git clone https://github.com/ethereum/cpp-ethereum.git
mkdir cpp-ethereum/build
cd cpp-ethereum/build
cmake -DJSONRPC=OFF -DMINER=OFF -DETHKEY=OFF -DSERPENT=OFF -DGUI=OFF -DTESTS=OFF -DJSCONSOLE=OFF ..
make -j4
make install
which solc

However, when I get to the cmake step I get the following error:
CMake Error: The source directory "/home/jet/src/cpp-ethereum" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.

What do I need to do?

Comments

Sign In or Register to comment.