Last change
on this file since 842 was
552,
checked in by djay, 10 years ago
|
Small fix in README for otb2zcfg.
|
-
Property svn:keywords set to
Id
|
File size:
437 bytes
|
Rev | Line | |
---|
[550] | 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 |
---|
[552] | 13 | export ITK_AUTOLOAD_PATH=/your/path/to/otb/applications |
---|
[550] | 14 | ../build/otb2zcfg |
---|
| 15 | cp *zcfg /location/to/your/cgi-bin |
---|
| 16 | |
---|
| 17 | 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.