added fixed message length padding for OpenCorn::Log
[opencorn.git] / INSTALL
blob695d09744279992cf382070d390d9d81f621a57f
1 # Start from a Debian stable base installation
2 # Install OpenSC from SVN
3 apt-get install subversion
4 svn co http://www.opensc-project.org/svn/opensc/trunk opensc
5 apt-get install autoconf
6 apt-get install pkg-config
7 apt-get install libtool
8 cd opensc
9 autoconf
10 # begin a flamewar about autoconf, bang your head on a hard surface
11 # or something similar
12 autoreconf -f -v -i
13 # remember there is ./bootstrap
14 ./bootstrap
15 ./configure --prefix=/usr/local
16 apt-get install xsltproc
17 apt-get install docbook-xsl
18 apt-get install libssl-dev libpcsclite-dev pcscd
19 ./configure --prefix=/usr/local
20 apt-get install make
21 make && make install
22 apt-get install git-core
23 git clone git://git.alech.de/opencorn
24 apt-get install ruby rubygems
25 downloads rubygems-update from rubyforge
26 gem install rubygems-update-1.3.7.gem
27 cd /var/lib/gems/1.8/bin
28 ./update_rubygems
29 gem install git
30 gem install secretsharing
31 gem install hashcash
32 apt-get install ruby1.8-dev
33 apt-get install libgpgme11-dev
34 gem install gpgme