~ salmonella-environment-setup (master) 94a2d1994a4a46dc9e5e11e261616f63d48f62a5
commit 94a2d1994a4a46dc9e5e11e261616f63d48f62a5 Author: Mario Domenech Goulart <mario.goulart@gmail.com> AuthorDate: Wed Oct 30 21:06:20 2013 -0200 Commit: Mario Domenech Goulart <mario.goulart@gmail.com> CommitDate: Wed Oct 30 21:06:42 2013 -0200 Installation instructions for cryptlib diff --git a/debian-wheezy.sh b/debian-wheezy.sh index 8670840..e54f0c3 100755 --- a/debian-wheezy.sh +++ b/debian-wheezy.sh @@ -193,3 +193,15 @@ fi wget "http://ufpr.dl.sourceforge.net/project/canvasdraw/5.6.1/Linux%20Libraries/$tarball" tar xzvf $tarball sudo bash install_dev + + +### cryptlib + +mkdir -p $tmpdir/cryptlib +cd $tmpdir/cryptlib +wget ftp://ftp.franken.de/pub/crypt/cryptlib/cl342.zip +unzip -a cl342.zip +make +make shared +sudo cp libcl.a libcl.so.3.4.2 /usr/local/lib/ +sudo cp *.h /usr/local/include/Trap