equal
deleted
inserted
replaced
69 |
69 |
70 ==Final== |
70 ==Final== |
71 |
71 |
72 Next we will create the scripts to compile hedgewars and move SDL directories first you’ll need to make sure cmake knows where all the compilers are |
72 Next we will create the scripts to compile hedgewars and move SDL directories first you’ll need to make sure cmake knows where all the compilers are |
73 |
73 |
74 Add <NDK>:<SDK>/platform-tools:<FPC>/compiler to your path, on debian based system I would do it as follows: |
74 Add `<`NDK`>`:`<`SDK`>`/platform-tools:`<`FPC`>`/compiler to your path, on debian based system I would do it as follows: |
75 |
75 |
76 {{{ |
76 {{{ |
77 export PATH=$PATH:/home/xeli/SoftDev/android/ndk |
77 export PATH=$PATH:/home/xeli/SoftDev/android/ndk |
78 export PATH=$PATH:/home/xeli/SoftDev/android/sdk/platform-tools |
78 export PATH=$PATH:/home/xeli/SoftDev/android/sdk/platform-tools |
79 export PATH=$PATH:/home/xeli/SoftDev/android/fpc-2.4.4/compiler |
79 export PATH=$PATH:/home/xeli/SoftDev/android/fpc-2.4.4/compiler |