-
Notifications
You must be signed in to change notification settings - Fork 0
How To Build
ewollesen edited this page Dec 21, 2011
·
1 revision
In order to build the ttcyborg Chrome extension you will need:
- GNU Make
- Coffeescript
- HAML
- Google Chrome (duh)
After you clone the repository, cd into the directory then run:
$ make package
If you want to run the extension as an unpacked extension in Chrome, cd into the directory and then run:
$ make all
This will leave the unpacked extension in the ttcyborg
directory WITHIN the parent directory. So for example, if you cloned this source into ~/src/ttcyborg
, then the extension would be in ~/src/ttcyborg/ttcyborg