forked from gnorasi/gnorasi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
55 lines (33 loc) · 1.35 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Gnorasi - The Knowlegde-Based Remote Sensing Engine
---------------------------------------------------
Welcome to Gnorasi v0.5
Gnorasi is Free Software licenced under the GPLv2.
An introduction to Gnorasi can be found here:
http://www.youtube.com/watch?v=WSjbEvoSkFM
and a demonstration of latest version:
http://www.youtube.com/watch?v=Pqf3_-QrXZg
Live DVD for testing:
http://www.gnorasi.gr/downloads/gnorasi-live.i686-0.5.0.iso
http://aiolos.survey.ntua.gr/tmp/gnorasi-live.i686-0.5.0.iso
and as Virtual Machine:
http://aiolos.survey.ntua.gr/tmp/gnorasi-live.i686-0.5.0.vmx.tar.gz
Installation from source
------------------------
1. Dependencies: CMake, OrfeoToolbox-devel, libqt4-devel, qwt-devel, glew-devel, boost-devel
2. Run cmake configuration in /Gnorasi:
cmake -DCMAKE_BUILD_TYPE:STRING="Release" \
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
-DVRN_DEBUG:BOOL=OFF
3. Compile the sources:
make
4. Install:
make install
Alternative Build Process
-------------------------
1. Dependencies: CMake, OrfeoToolbox-devel, libqt4-devel, glew-devel, boost-devel, Qt-Creator
2. Open Qt-Creator
3. From the menu File -> Open File or Project
4. Select CMakeLists.txt from /Gnorasi
5. Run CMake
6. Build and Run Gnorasi from within Qt-Creator
For problems / suggestions / bugs / support requests etc please use https://github.com/gnorasi/gnorasi/issues