Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

Commit

Permalink
Changed the readme a little.
Browse files Browse the repository at this point in the history
  • Loading branch information
YePpHa committed Aug 27, 2013
1 parent 854b065 commit f988e71
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ YouTube Center

Build
-----
1. Download the current translation sheet from https://docs.google.com/spreadsheet/ccc?key=0AhHfBBHelFnAdF9fWHlVaHlGdUYteFNUUFVpeTIta2c as Translation.xlsx
2. Replace it with the current Translation.xlsx
3. Run convert.bat (will run YouTubeCenterLanguageToJSON.jar) which will create the language.json
4. Run command "ant userscript" to build userscript.
YouTube Center are using a combination of ant (java) and python to build YouTube Center.

### Ant

The build system is made in ant and require ant and java to be installed.

* `ant all` -- Builds Firefox extension, Chrome extension, Maxthon extension, Opera extension and userscript.
* `ant all` -- Builds .
* `ant firefox` -- Builds Firefox extension (.xpi)
* `ant xul` -- Builds the Firefox beta extension (.xpi)
* `ant chrome` -- Builds Chrome extension (.crx)
* `ant maxthon` -- Builds Maxthon extension (.mxaddon)
* `ant opera` -- Builds Opera extension (.oex)
* `ant userscript` -- Builds userscript (.user.js)
* `ant userscript` -- Builds userscript (.user.js)
* `ant safari` -- Makes everything ready for Safari to finish building YouTube Center.
* `ant styles` -- Rebuilds all the styles.

0 comments on commit f988e71

Please sign in to comment.