Skip to content
Snippets Groups Projects
Commit 4757bbf0 authored by Jan Mercl's avatar Jan Mercl
Browse files

Added detailed installation steps to README

parent 5209a8ec
No related branches found
No related tags found
No related merge requests found
Ubuntu Server 10.04 LTS clean install and update
$ sudo apt-get install git-core autoconf libtool flex bison libssl-dev libev-dev
$ wget http://bd.archive.ubuntu.com/ubuntu/pool/universe/libu/liburcu/liburcu0_0.5.4-1_amd64.deb
$ wget http://bd.archive.ubuntu.com/ubuntu/pool/universe/libu/liburcu/liburcu-dev_0.5.4-1_amd64.deb
$ sudo dpkg install liburcu0_0.5.4-1_amd64.deb
$ sudo dpkg install liburcu-dev_0.5.4-1_amd64.deb
$ git clone git://git.nic.cz/knot
$ git checkout testing
$ cd knot
$ autoreconf -if
$ ./configure
$ sudo make install
$ sudo ldconfig
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment