This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
coderetreat:coderetreat [2014/02/25 23:33] cipibad |
coderetreat:coderetreat [2014/03/13 11:41] (current) cipibad |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | * Compiler | + | * Initial Installation: |
- | * Windows: download MinGw graphical installer from http://www.mingw.org/download/installer, install mingw-base package + mingw-gcc-g++ and add C:\MinGW\bin to system variable Path | + | * Compiler |
- | * if you select "...development..." package you may get some headers missing errors (you need some Windows development headers). Please install only the above specified packages. | + | * Windows: download MinGw graphical installer from http://www.mingw.org/download/installer, install mingw-base package + mingw-gcc-g++ and add C:\MinGW\bin to system variable Path |
- | * Linux: install g++ compiler + make utility | + | * if you select "...development..." package you may get some headers missing errors (you need some Windows development headers). Please install only the above specified packages. |
+ | * Linux: install g++ compiler + make utility | ||
- | * Eclipse for C++ install | + | * Eclipse for C++ install |
- | * download & unpack eclipse for c++ from http://www.eclipse.org/downloads/packages/node/1079 | + | * download & unpack eclipse for c++ from http://www.eclipse.org/downloads/packages/node/1079 |
- | * On Windows I was not able to update 64bits version, better use 32bits version (not able to install new sw) | + | * On Windows I was not able to update 64bits version, better use 32bits version (not able to install new sw) |
- | * Help -> Install New Software -> search for "C/C++ UnitTest Support" and install it | + | * Help -> Install New Software -> search for "C/C++ UnitTest Support" and install it |
* First Edition of Wireless Code Retreat - Eclipse Skeleton Project for Roman Numerals problem: | * First Edition of Wireless Code Retreat - Eclipse Skeleton Project for Roman Numerals problem: | ||
Line 15: | Line 16: | ||
* Second Edition of Wireless Code Retreat - Eclipse Skeleton Project for Conway Game of Life problem | * Second Edition of Wireless Code Retreat - Eclipse Skeleton Project for Conway Game of Life problem | ||
- | * Linux {{:coderetreat:gameoflife.zip|Project}} and {{:coderetreat:gameoflife_unittestdebug.zip|Launcher Config}} | + | * Linux Skeleton {{:coderetreat:gameoflife.zip|Project}} and {{:coderetreat:gameoflife_unittestdebug.zip|Launcher Config}} |
- | * Windows {{:coderetreat:gameoflife.zip|Project}} and {{:coderetreat:gameoflife_unittestdebuglauncher_windows.zip|Launcher Config}} | + | * Windows Skeleton {{:coderetreat:gameoflifewindows.zip|Project}} and {{:coderetreat:gameoflife_unittestdebuglauncher_windows.zip|Launcher Config}} |
+ | * Legacy Windows {{:coderetreat:gameoflivelegacy.zip|C++}} and {{:coderetreat:gameoflifejavawindows.zip|Java }}projects | ||
+ | * Save the Project file, select Import Existing Project, from Archive file in Eclipse | ||
+ | * Unzip Launcher Config file and import it in eclipse | ||
+ | |||
+ | * Third Edition of Wireless Code Retreat - Eclipse Skeleton Project for "Curtea cu pasari" problem | ||
+ | * Windows Skeleton {{:coderetreat:curteacupasariwindows.zip|Project}} and {{:coderetreat:curteacupasari_unittestdebug.zip|Launcher Config}} | ||
* Save the Project file, select Import Existing Project, from Archive file in Eclipse | * Save the Project file, select Import Existing Project, from Archive file in Eclipse | ||
* Unzip Launcher Config file and import it in eclipse | * Unzip Launcher Config file and import it in eclipse | ||