parent
c601204942
commit
d50845c87a
|
@ -258,18 +258,23 @@ code uses for importing isce.
|
||||||
|
|
||||||
#### Install ISCE
|
#### Install ISCE
|
||||||
|
|
||||||
|
```bash
|
||||||
cd isce
|
cd isce
|
||||||
scons install
|
scons install
|
||||||
|
```
|
||||||
|
|
||||||
For a verbose install run:
|
For a verbose install run:
|
||||||
|
|
||||||
|
```bash
|
||||||
scons -Q install
|
scons -Q install
|
||||||
|
```
|
||||||
|
|
||||||
The scons command also allows you to explicitly specify the name of the
|
The scons command also allows you to explicitly specify the name of the
|
||||||
SConfigISCE file, which could be used to specify an alternative file for
|
SConfigISCE file, which could be used to specify an alternative file for
|
||||||
(say SConfigISCE\_NEW) which must still be located in the same
|
(say SConfigISCE\_NEW) which must still be located in the same
|
||||||
SCONS\_CONFIG\_DIR, run
|
SCONS\_CONFIG\_DIR, run
|
||||||
|
|
||||||
```
|
```bash
|
||||||
scons install --setupfile=SConfigISCE_NEW
|
scons install --setupfile=SConfigISCE_NEW
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue