Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ThomasG77
Created August 20, 2020 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThomasG77/dc91529c294a3062db440db1bf4e9efd to your computer and use it in GitHub Desktop.
Save ThomasG77/dc91529c294a3062db440db1bf4e9efd to your computer and use it in GitHub Desktop.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment