-
Notifications
You must be signed in to change notification settings - Fork 19
App Creator Builder
How to starting new project and build project on IGN SDK
Application creator on IGN SDK will create an project automaticaly depend yourself. You can make some customize start name of application, version, licence etc. Application Creator can be found on your command line application like terminal, xterminal etc when you install ignsdk-dev
. You can type :
ignsdk-app-creator [options]
options of ignsdk-app-creator can be found by type ignsdk-app-creator -h
some options on Application Creator
- -p , --pkgname = [PACKAGE NAME]. Used this options to custome the name of project with IGN SDK.
- --no_packaging. Used to disable auto package generator.
example:
ignsdk-app-creator -p control-panel
Application Builder also will automaticaly instaled on your computer when you install ignsdk-dev
. Application Builder will help you to build your application to be a package of application (depending system operation), like on IGN can be make some package that have extension .rpm
etc. Aplication Builder also can be run with type on your command line. You can type :
ignsdk-app-builder [OPTION] [PACKAGE NAME or PROJECT DIRECTORY]
options of ignsdk-app-creator can be found by type ignsdk-app-builder -h
Some Options on Application Builder :
- -p, --pkgname is used when you build project from name of application
- -d, --dir is used when you build project from name of directory
- -l, --list used to check list of directory project that created with IGN SDK.
example :
$ignsdk-app-builder --pkgname control-panel
$ignsdk-app-builder --dir /home/igos/IGNSDK-APP/control-panel.ign