Skip to content

Instantly share code, notes, and snippets.

@ChrisTimperley
Last active September 15, 2016 12:46
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 ChrisTimperley/e620d9934df2d0c95ff71d51d8fe4f69 to your computer and use it in GitHub Desktop.
Save ChrisTimperley/e620d9934df2d0c95ff71d51d8fe4f69 to your computer and use it in GitHub Desktop.
Installs CGum and GumTree onto Linux from source
# Assumes Java 8 JDK is already installed
# cgum
mkdir ~/bin
cd ~/bin
git clone https://github.com/GumTreeDiff/cgum
cd cgum
make
echo "export PATH=\"\$PATH:$PWD\"" >> ~/.profile
cd ..
# gumtree
git clone https://github.com/GumTreeDiff/gumtree.git
cd gumtree
./gradlew build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment