root / tbeta / Windows / codeblocks_readMe.txt @ 3
View | Annotate | Download (1.6 KB)
| 1 | |
|---|---|
| 2 | |
| 3 | 1) installing Codeblocks: |
| 4 | -------------------------------------------------------------------------------- |
| 5 | |
| 6 | follow the steps here: |
| 7 | http://www.openframeworks.cc/forum/viewtopic.php?t=523 |
| 8 | up through step "i" |
| 9 | be sure to download this zip: |
| 10 | http://www.openframeworks.cc/content/files/codeblocks_additions.zip |
| 11 | and add the includes / libs to the corresponding includes / libs folder in mingw. |
| 12 | |
| 13 | |
| 14 | 2) if you want to make a new project: |
| 15 | -------------------------------------------------------------------------------- |
| 16 | |
| 17 | a) copy the folder inside of apps and paste in the same directory |
| 18 | |
| 19 | ie (copy "emptyExample" and paste "copy of emptyExample") |
| 20 | |
| 21 | b) rename the folder, and inside the folder, rename the .cbp and .workspace |
| 22 | |
| 23 | c) open the .cbp file with a text editor. change the occurances of the old name to the new name: |
| 24 | |
| 25 | line 5: <Option title="emptyExample" /> |
| 26 | line 11: <Option output="bin\emptyExample" prefix_auto="1" extension_auto="1" /> |
| 27 | line 18: <Option output="bin\emptyExample_DEBUG" prefix_auto="1" extension_auto="1" /> |
| 28 | |
| 29 | for example, if I copied emptyexample and wanted to call it "coolExample" would look like: |
| 30 | |
| 31 | line 5: <Option title="coolExample" /> |
| 32 | line 11: <Option output="bin\coolExample" prefix_auto="1" extension_auto="1" /> |
| 33 | line 18: <Option output="bin\coolExample_DEBUG" prefix_auto="1" extension_auto="1" /> |
| 34 | |
| 35 | in the solution file, change the name of .cbp file: |
| 36 | |
| 37 | line 4: <Project filename="emptyExample.cbp" active="1" /> |
| 38 | |
| 39 | to whatever you've renamed the cbp to. |
| 40 | |
| 41 | |
| 42 | |
| 43 | |
| 44 | as always if you have issues, check or post on the forum: openframeworks.cc/forum |
| 45 | |
| 46 | have fun! |
| 47 | |
| 48 | |
| 49 | |
| 50 | |
| 51 |
