MachineIntelligenceCore:Toolchain
|

  
A subproject of Machine Intelligence Core, being the real "core" of the framework.
Contains tools required for development of MIC-based applications, such as configuration management, properties, loggers, application state, event handlers etc.
Additionally it depends on the following external libraries:
sudo apt-get install git cmake doxygen libboost1.54-all-dev
To install GTest on Ubuntu:
sudo apt-get install libgtest-dev
brew install git cmake doxygen boost
To install GTest on Mac OS X:
brew install --HEAD https://gist.githubusercontent.com/Kronuz/96ac10fbd8472eb1e7566d740c4034f8/raw/gtest.rb
The following assumes that all MIC modules will be installed to the directory '../mic'.
git clone git@github.com:IBM/mi-toolchain.git cd mi-toolchain ./scripts/build_mic_module.sh ../mic
In order to locally generate a "living" documentation of the code please run Doxygen:
cd mi-toolchain doxygen mi-toolchain.doxyfile firefox html/index.html
The current documentation (generated straight from the code and automatically uploaded to github pages by Travis) is available at:
https://ibm.github.io/mi-toolchain/
