| 2 | |
| 3 | The files in the [wiki:CodeLite1 tarfile cobrac-workspace.tar.gz] and on [http://bitbucket.org/hops/cobra/src/tip/IDE/CodeLite/ bitbucket/CodeLite] contain a codelite-workspace directory tree under directory 'codelite' that |
| 4 | contains a '''cobrac''' workspace and associated project and support files that provides a cobra compiler building workspace. |
| 5 | |
| 6 | This directory should be installed in the root of your cobra build directory (as a sibling to directories 'Developer', 'Source', '!HowTo', etc) |
| 7 | giving |
| 8 | {{{ |
| 9 | 637 xx:...src/cobra/wkspace> lsd |
| 10 | Developer/ |
| 11 | HowTo/ |
| 12 | Reusables/ |
| 13 | Samples/ |
| 14 | SamplesInProgress/ |
| 15 | Source/ |
| 16 | Supplements/ |
| 17 | Tests/ |
| 18 | codelite/ |
| 19 | 638 xx:...src/cobra/wkspace> ls -1 codelite |
| 20 | ls -1 codelite |
| 21 | BuildAll.project |
| 22 | Cobra.Lang.project |
| 23 | Tests.project |
| 24 | build-files |
| 25 | cobra.project |
| 26 | cobrac.project |
| 27 | cobrac.tags |
| 28 | cobrac.workspace |
| 29 | lib-build-files |
| 30 | main.cobra |
| 31 | tags |
| 32 | testify.project |
| 33 | 639 xx:...src/cobra/wkspace> |
| 34 | }}} |
| 35 | |
| 36 | Run !CodeLite and get it to open the workspace file in the <above directory>/codelite/cobrac.workspace[[BR]] |
| 37 | |
| 38 | Viola - cobra compiler inna IDE. Browse, edit, build... |
| 39 | |
| 40 | == Contents == |