8000 GitHub - arktools/arktoolbox: arktools: Scilab/ScicosLab Toolbox
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

arktools/arktoolbox

Repository files navigation

Arktools/Arktoolbox
===============================================================
http://arktools.github.com/arktoolbox/

Documentation on the Web
===============================================================
https://github.com/arktools/arktoolbox/wiki


Building
===============================================================

Command Line
---------------------------------------------------------------

mkdir build 
cd build
cmake ..
make

you can add options like this, cmake .. -DWITH_BUILD_DEPS=y

CMake GUI
---------------------------------------------------------------

start cmake gui and configure

Options
---------------------------------------------------------------

WITH_BUILD_DEPS: enables automatic dependency building
    If you are using the feature it will attempt to download and
    build missing projects from source. If it fails to find a project
    after downloading it, try typing make again.
0