Ubuntu Linux:
git clone git@github.com:tonlabs/TON-Solidity-Compiler.git cd TON-Solidity-Compiler/compilercd compilersh ./scripts/install_deps.sh mkdir build cd build cmake .. -DUSE_CVC4=OFF -DUSE_Z3=OFF -DTESTS=OFF -DCMAKE_BUILD_TYPE=Debug make -j8
Windows 10:
Install Visual Studio 2017, Git bash, cmake. (might be outdated)Studio, Git bash, cmake. Run Visual Studio Developer Command Prompt
git clone https://github.com/tonlabs/TON-Solidity-Compiler cd TON-Solidity-Compiler\compiler cmake -P scripts\install_deps.cmakecd compilerscripts\install_deps.batmkdir build cd build cmake .. -DUSE_CVC4=OFF -DUSE_Z3=OFF -DTESTS=OFF -DCMAKE_BUILD_TYPE=Debugcmake .. -DUSE_CVC4=OFF -DUSE_Z3=OFF -DTESTS=OFF -DCMAKE_BUILD_TYPE=Debug -G "Visual Studio 15 2017 Win64"cmake --build . --config Release -j 8