From 809aac800be7d99e18ceec546c613521cb01ff1a Mon Sep 17 00:00:00 2001 From: artyfarty Date: Wed, 25 Jan 2012 00:42:41 +0400 Subject: [PATCH] Readme updates --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4424b21..7b5922c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ UniversalEmoticonPackBuilder is a tool to build an emoticon packs for multiple c For now QIP Infium/2010, Pidgin and Adium support is complete. +Licence: [Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported](http://creativecommons.org/licenses/by-nc-sa/3.0/) + ## Solution projects * UniversalEmoticonPackBuilder — console utility * UniversalEmoticonPackBuilderLib — builder itself @@ -11,7 +13,7 @@ For now QIP Infium/2010, Pidgin and Adium support is complete. ## Usage First you need to create a pack to build. Check the *examplePack/* for a simple example. -Basically you need a **mapfile* and a **build config**. +Basically you need a **mapfile** and a **build config**. ### Mapfile Mapfile defines which codes corresponds to emoticon images @@ -33,4 +35,15 @@ Build config defines a basic metainfo of the pack and sets the name of the mapfi } ``` You can also select which builders (clients) to use. -You can look up more builders in the source or write your own. \ No newline at end of file +You can look up more builders in the source or write your own. + +### Building +Now place mapfile, config and images in the same dir and point the console utility on the config: + +``` +uepackbuild "C:/blah blah/fooPack/config.json" +``` + +Or add **uepackbuild** to PATH and launch it from pack dir without params. + +Congrats! Now you have *example_1.0_by_artyfarty_for_adium.zip*, *example_1.0_by_artyfarty_for_pidgin.zip* and *example_1.0_by_artyfarty_for_qip.zip* in *C:/blah blah/fooPack/build/* dir, ready for distribution. \ No newline at end of file