From f988e7154820dcc82928a0c318aca8eb96611f4b Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 27 Aug 2013 15:34:34 +0200 Subject: [PATCH] Changed the readme a little. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 32a03463..ccdeece1 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file + * `ant userscript` -- Builds userscript (.user.js) + * `ant safari` -- Makes everything ready for Safari to finish building YouTube Center. + * `ant styles` -- Rebuilds all the styles. \ No newline at end of file