-
Notifications
You must be signed in to change notification settings - Fork 6
/
README
34 lines (24 loc) · 926 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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.