source: cpp/README.txt @ 138

Last change on this file since 138 was 130, checked in by Maciej Komosinski, 10 years ago

added a comment about supported platforms

File size: 1.2 KB
RevLine 
[119]1____________________ Building GDK test applications ____________________
[109]2
3make -f frams/Makefile-GDK gdk_tests
4
5
[130]6Even if you don't use 'make', you can create a project for your favorite
7development environment. The sources should compile under *nixes, macos,
8windows (visual c++, borland), cygwin, android, ios, tizen, and bada.
9
10
[119]11___________________________ Source directories __________________________
[110]12
[109]13  +- common          - general compatibility layer & utilities
14  +- frams           - framsticks modules
15      +- _demos      - GDK test applications
16      +- config      - GDK elements declarations
17      +- errmgr      - error manager (logging/messaging)
[119]18      +- genetics    - genetic operators and converters between formats
19      |  +- f1       - ...for genetic format f1
20      |  +- f9       - ...for genetic format f9
[109]21      +- model       - parts, joints, neurons
22      +- neuro       - neural net simulation
23      |   +- impl    - neuron classes implementations
24      +- param       - c++/properties access objects
25      +- util        - framsticks-related utilities
[110]26      +- virtfile    - object-oriented FILE* replacement
[109]27      +- vm
[110]28          +- classes - c++ interfaces for the framsticks virtual machine
29
Note: See TracBrowser for help on using the repository browser.