Skip to content
sarahemm edited this page Oct 30, 2013 · 2 revisions

Installing from Source

  1. Install nodejs and npm
  2. git clone git://github.com/D1plo1d/Tegh.git;cd Tegh;npm install

Note: If you are installing on a vagrant vm you will need to use npm install --no-bin-link instead of npm install.

Running Tegh

Linux/OSX

./bin/tegh

Windows

node "./node_modules/coffee-script/bin/coffee" ./src/tegh.coffee

Packaging

Windows

  1. Download [node.exe][10] and save it as bin/node.exe [10]: http://nodejs.org/dist/latest/node.exe
  2. Spin up a Windows VM
  3. Share tegh's folder with the VM
  4. Install InnoSetup
  5. Open build/windows.iss with InnoSetup and compile it

This generates a install script in bin/setup.exe

Clone this wiki locally