Add scripts to install deps

This commit is contained in:
Fabien Freling 2015-07-28 22:15:14 +02:00
parent 3761364d2d
commit e7e25526be
3 changed files with 9 additions and 4 deletions

View file

@ -1,23 +0,0 @@
#!/bin/sh
case `uname -s` in
'Darwin')
PKG_CONFIG_PATH=/usr/local//Cellar/sqlite/3.8.0.2/lib/pkgconfig
brew install gnutls
;;
'FreeBSD')
sudo portsnap fetch update
cd /usr/ports/security/gnutls
sudo make install
;;
*)
echo "Unsupported platform."
exit 1
;;
esac
opam update
opam install lwt
opam install conf-gnutls
opam install ocamlnet
opam install irc-client