Page 1 of 1

[Script]install_luadch.sh (Debian Based)

Posted: 10 Oct 2008, 14:43
by Toast

Code: Select all

sudo apt-get install openssl svn libssl-dev gcc g++
svn co https://luadch.svn.sf.net/svnroot/luadch/trunk luadch
cd luadch/trunk/luadch
./compile_with_gcc.sh
cd build_gcc/luadch/certs
./make_cert.sh

Re: Luadch Install Script for Linux (Debian Based Systems)

Posted: 10 Oct 2008, 14:57
by blastbeat
you will need g++ too :)

Re: [Script]install_luadch.sh (Debian Based)

Posted: 10 Oct 2008, 15:00
by Toast
updated :) tnx