Compile latest unison on Ubuntu lucid
Wednesday, May 23rd, 2012Short version: You need to apt-get the packages ocaml and liblablgtk2-ocaml-dev, download and unpack the unison tarball you want, then run “make: Change filename in the following as necessary to download the tarball you want: wget http://www.seas.upenn.edu/~bcpierce/unison//download/releases/stable/unison-2.40.63.tar.gz tar xvfz unison*tar.gz cd unison* sudo aptitude install ocaml make UISTYLE=text sudo aptitude install liblablgtk2-ocaml-dev make unison Maybe […]