File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ PropellerIDE
33
44The new home of the Propeller IDE.
55
6- ### Checkout
6+ ## Checkout
77
88```
99git clone https://github.com/lamestation/PropellerIDE.git PropellerIDE
@@ -12,29 +12,72 @@ git submodule init
1212git submodule update
1313```
1414
15- ### Setting Up The Build Environment
15+ ## The Build Environment
16+
17+ ### Linux
18+
19+ #### Debian Packages
20+ ```
21+ sudo apt-get install qtcreator qt5-default devscripts zlib1g-dev
22+ ```
23+
24+ Type ` make deb ` in the project root to build a Debian package.
1625
1726```
18- sudo apt-get install qtcreator qt5-default devscripts zlib1g-dev nsis
27+ make deb
1928```
2029
21- ### Building
30+ #### Fedora Packages
31+
32+ * Not yet available.*
33+
34+ #### Linux Tarball
35+
36+ * Not yet available.*
2237
23- Type ` make deb ` to build a Debian package.
38+ #### Build for 32-bit on a 64-bit platform
2439
2540```
26- $ make deb
41+ sudo apt-get install gcc-multilib libc6-i386 libc6-dev-i386
2742```
2843
29- Type ` make clean ` to remove old build files.
44+ ### Windows
45+
46+ #### Cross-Compiling From Linux
47+
48+ * Not yet available.*
49+
50+ The following dependencies are needed if you are planning to cross-compile to Windows.
3051
31- <<<<<<< HEAD
3252```
33- make clean
34- =======
53+ sudo apt-get install mingw32 nsis
54+ ```
55+
56+ Type ` make win ` to execute the build.
3557
3658```
37- cd linux
38- ./pack.sh ../propelleride-[ whatever version you're on]
39- >>>>>>> parent of 7a59612... Small README updates, added Provides entry to debian_control, add build_all target for makefile
59+ make win
60+ ```
61+
62+ #### With Cygwin
63+
64+ * Not yet available.*
65+
66+ ### Mac OS X
67+
68+ * Not yet available.*
69+
70+ #### Cross-Compiling From Linux
71+
72+ * Not yet available.*
73+
74+ #### Building On
75+
76+
77+ ## Clean Up
78+
79+ Type ` make clean ` to remove old build files.
80+
81+ ```
82+ make clean
4083```
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments