Changeset 287 for cpp/README.txt
- Timestamp:
- 01/05/15 23:19:10 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/README.txt
r196 r287 1 _______________ _____ Building GDK test applications ____________________1 _______________ Building SDK demos and test applications ________________ 2 2 3 make -f frams/Makefile- GDK gdk_tests3 make -f frams/Makefile-SDK sdk_tests 4 4 5 5 6 6 Even if you don't use 'make', you can create a project for your favorite 7 7 development environment. The sources should compile under *nixes, macos, 8 windows (visual c++, borland ), cygwin, android, ios, tizen, and bada.8 windows (visual c++, borland/embarcadero), cygwin, android, ios, and tizen. 9 9 10 10 … … 13 13 +- common - general compatibility layer, utilities 14 14 +- frams - framsticks modules 15 +- _demos - GDK test applications16 +- config - GDK elements declarations15 +- _demos - SDK test applications 16 +- config - SDK elements declarations 17 17 +- errmgr - error manager (logging/messaging) 18 18 +- genetics - genetic operators and converters between formats
Note: See TracChangeset
for help on using the changeset viewer.