All Projects → arktools → arktoolbox

arktools / arktoolbox

Licence: GPL-3.0 License
arktools: Scilab/ScicosLab Toolbox

Programming Languages

Scilab
70 projects
C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
shell
77523 projects
c
50402 projects - #5 most used programming language
matlab
3953 projects
objective c
16641 projects - #2 most used programming language
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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].