Skip to content

Instantly share code, notes, and snippets.

@federivo
Last active December 29, 2021 07:33
Show Gist options
  • Save federivo/a1c56909b3f712e516a3cd2f70c0eaa6 to your computer and use it in GitHub Desktop.
Save federivo/a1c56909b3f712e516a3cd2f70c0eaa6 to your computer and use it in GitHub Desktop.
Install unison in centos
#https://github.com/dcosson/vagrant-unison2
yum install ocaml ocaml-camlp4-devel ctags ctags-etags
cd ~
wget http://www.seas.upenn.edu/~bcpierce/unison//download/releases/stable/unison-2.48.4.tar.gz
tar xvfz unison-2.48.4.tar.gz
cd src
make
sudo cp -v unison /usr/local/sbin/
sudo cp -v unison /usr/bin/
cd ~
rm -fr src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment