forked from dilma/tuxmathmobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTRUCTIONS.txt
34 lines (21 loc) · 879 Bytes
/
INSTRUCTIONS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
=======================================================================
HOW TO COMPILE IT
=======================================================================
Prerequisites
------------------------
NME should be installed on your system in order to compile and should be
setup according to targeted platform (IOS, Android and Flash)
Steps for compiling
------------------------
1. Resizing all assets according to resoltion.
a. Go to deploy directory
b. execute command - java -cp .;imgscalr.jar Delpoy "width" "height"
where width and height will be resolution in landscape mode.
# Use (:) instead of (;) in b. if on *nix/Solaris.
2. Compiling it for testing
For compiling it execute command
nme test application.nmml target
Where target can be:
a. ios
b. android
c. flash