-
Notifications
You must be signed in to change notification settings - Fork 5
Developers Guide
sarahemm edited this page Oct 30, 2013
·
2 revisions
- Install nodejs and npm
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
.
./bin/tegh
node "./node_modules/coffee-script/bin/coffee" ./src/tegh.coffee
- Download [node.exe][10] and save it as bin/node.exe [10]: http://nodejs.org/dist/latest/node.exe
- Spin up a Windows VM
- Share tegh's folder with the VM
- Install InnoSetup
- Open build/windows.iss with InnoSetup and compile it
This generates a install script in bin/setup.exe