[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- From: "Alain Magloire" <alain@xxxxxxx>
- Date: Thu, 18 Nov 2004 12:26:12 -0500 (EST)
- Delivered-to: cdt-dev@eclipse.org
>
> LOL please stay away with the Krispy Kreme stuff - I've got to stay in
> shape and paddle all winter.
>
> Like I mentioned in an earlier e-mail I am volunteering myself to help
> out, I can help with a VC++6 build and a Mac OS X build and test.
> So, I'm stepping up - someone point me to a FAQ or something so I can
> set up a CDT build from source environment and I will get busy.
>
In eclipse create a new repository(see the CVS perspective and view)
anonymous@xxxxxxxxxxxxxxx:/home/tools
Checkout
org.eclipse.cdt-core/org.eclipse.cdt.core.macosx
- go to a shell
- change directory: <workspace>/org.eclipse.cdt.core.macosx/library
loop:
- type make
...
- if not compiling ...
goto loop;