This is the Optional Modules Repository for WhiteCore
NOTE: As of Version 0.9.2, the WhiteCore repository format has changed so ensure that you are using the correct format for your repo. This should not be a problem if you use the latest commits of the WhiteCore-Dev or a release version >= 0.9.2
There are two ways to install these modules, auto-installation, or manual compilation
- Start WhiteCore.exe or WhiteCore.Server.exe
- Type 'compile module ' into the console and it will install the module for you and tell you how to use or configure it.
Copy the selected directory to the addon-modules of the main source code directory. Each module should be in it's own tree and the root of the tree should contain a file named "prebuild.xml".
The prebuild.xml should only contain and associated child tags. The <?xml>, , and tags should not be included since the add-on modules prebuild.xml will be inserted directly into the main prebuild.xml
The module source code will be included in the main WhiteCore solution when the "runprebuild" script is executed for your system.