Last change
on this file since 551 was
550,
checked in by djay, 10 years ago
|
Add otb2zcfg and OTB applications support without observer by now. Fix issue with maxOccurs and multiple downloaded value for the same input.
|
-
Property svn:keywords set to
Id
|
File size:
456 bytes
|
Line | |
---|
1 | To build the otb2zcfg utility you should run the following command: |
---|
2 | |
---|
3 | mkdir build |
---|
4 | cd build |
---|
5 | ccmake .. |
---|
6 | make |
---|
7 | |
---|
8 | |
---|
9 | To generate the zcfgs for the OTB Applications available, you should run the following: |
---|
10 | |
---|
11 | mkdir zcfgs |
---|
12 | cd zcfgs |
---|
13 | ../build/otb2zcfg |
---|
14 | cp *zcfg /location/to/your/cgi-bin |
---|
15 | export ITK_AUTOLOAD_PATH=/your/path/to/otb/applications |
---|
16 | ../build/otb2zcfg |
---|
17 | |
---|
18 | This ITK_AUTOLOAD_PATH environment variable will be required in the [env] section of your main.cfg. |
---|
Note: See
TracBrowser
for help on using the repository browser.