block by ThomasG77 dc91529c294a3062db440db1bf4e9efd

dc91529c294a3062db44

Compile Seasnake on Ubuntu 18.04

sudo apt-get install libclang-3.9 clang-3.9 -y sudo apt-get install zlib1g-dev libncurses5-dev -y export LLVM_HOME=/usr/lib/llvm-3.9 export LD_LIBRARY_PATH=$LLVM_HOME/lib pip install sealang

git clone https://github.com/pybee/seasnake.git cd seasnake python ./setup.py install