Talk:Craftd:Installation: Difference between revisions
Jump to navigation
Jump to search
imported>Ryan turner |
imported>Ryan turner |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== Making Meh's code on Ubuntu 10.10 (as of April 4 2011) == | == Making Meh's code on Ubuntu 10.10 amd64 (as of April 4 2011) == | ||
<pre> | <pre> | ||
sudo apt-get install rake ruby-dev libtool zlib1g-dev libpcre-ocaml-dev | sudo apt-get install rake ruby-dev libtool zlib1g-dev libpcre-ocaml-dev | ||
| Line 25: | Line 23: | ||
rake | rake | ||
</pre> | </pre> | ||
Latest revision as of 02:42, 5 April 2011
Making Meh's code on Ubuntu 10.10 amd64 (as of April 4 2011)
sudo apt-get install rake ruby-dev libtool zlib1g-dev libpcre-ocaml-dev chmod +x autogen.sh ./autogen.sh wget http://monkey.org/~provos/libevent-2.0.10-stable.tar.gz tar -zxvf libevent-2.0.10-stable.tar.gz cd libevent-2.0.10-stable ./configure make sudo make install cd .. rm -rf libevent* wget https://launchpad.net/~petri/+archive/ppa/+buildjob/2299513/+files/libjansson4_2.0-0ppa1%7Emaverick_amd64.deb sudo dpkg --install libjansson4_2.0-0ppa1%7Emaverick_amd64.deb wget https://launchpad.net/~petri/+archive/ppa/+buildjob/2299513/+files/libjansson-dev_2.0-0ppa1%7Emaverick_amd64.deb sudo dpkg --install libjansson-dev_2.0-0ppa1~maverick_amd64.deb rm -f libjansson* rake