Installation from source codeΒΆ

For installing AutoWIG from source code, please refers to the StatisKit documentation concerning the configuration of the development environment.

Warning

AutoWIG and ClangLite repositories are considered as submodule of the StatisKit repository. To update these repositories and benefit from the last development, you must first go to these submodules and pull the code from the actual repositories. This step, described below, has to be as soon as the StatisKit repository is cloned.

cd StatisKit
cd share
cd git
cd ClangLite
git pull origin master