To be completed (VMI)
Explain how to
-> get Coronis Domain project
-> compile
-> export the correspondent library
- For C/C++ developpers
- For Java developpers
First compilation guide by Vitali
Before compilation of com_coronis_sdk_domain or com_coronis_sdk_domain_test projects you should
make following steps:
- Download and install all software listed in requirements.txt.
com_coronis_sdk_domain project's compilation guide.
- Import project in Eclipse.
- Open imported projects settings and change following settings:
3.1 Change path to Java JDK include directories to right one.
3.2 Change path to com_coronis_sdk_domain\include to appropriate for your project organization.
- Compile Domain project.
com_coronis_sdk_domain_test project's compilation guide.
- Import project in Eclipse.
- Open imported projects settings and change following settings:
3.1 Change path to com_coronis_sdk_domain\include to appropriate for your project organization.
3.2 Change path to com_coronis_sdk_domain\src\external to appropriate for your project organization.
- Depending of OS you use change domain_loader_(windows/linux) link to com_coronis_sdk_domain\src\external folder
4.1 Depending of OS you use exclude domain_loader_(windows/linux)/JNI folder from all builds.
4.2 Depending of OS you use exclude domain_loader_(windows/linux)/JNI folder from appropriate builds(linux/windows).
- Compile Domain test project.