[Script]install_luadch.sh (Debian Based)

Guides for Hub Software

DSHub | ADCH++ | LUADCH
Locked
Toast

[Script]install_luadch.sh (Debian Based)

Post by Toast » 10 Oct 2008, 14:43

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
Attachments
install_luadch.sh
(198 Bytes) Downloaded 407 times

blastbeat
Member
Posts: 53
Joined: 10 Jan 2008, 19:56
Contact:

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

Post by blastbeat » 10 Oct 2008, 14:57

you will need g++ too :)

Toast

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

Post by Toast » 10 Oct 2008, 15:00

updated :) tnx

Locked