Skip to content
Guiran Patrick edited this page Aug 8, 2011 · 2 revisions

Build packages

First of all, clone the project's Git repository and go to the project directory :

  git clone git://github.com/Tauop/sshGate.git
  cd sshGate

Then, init and update Git submodule (to download ScriptHelper)

  git submodule init && git submodule update

To build tarball package(s), use the build.sh script (specify a version number >0.2)

Tauop@Tauopbox /tmp/sshGate$ ./build.sh 
sshgate version ?  0.2
sshGate build number ?  beta
- Build sshgate-server package ... OK

Tauop@Tauopbox /tmp/sshGate$ ls *.tar.gz
sshGate-server-0.2-beta.tar.gz

To install built package, read sshGate-server: Installation

Clone this wiki locally