Statistics
| Revision:

root / branches / v10 / install / instalador-gvSIG-lin / libs / linux / ecw / install-ecw.sh @ 10969

History | View | Annotate | Download (652 Bytes)

1 4632 cesar
#!/bin/sh
2 10512 jmvivo
3 6418 cesar
cd $INSTALL_PATH/libs
4 10512 jmvivo
5 10969 jmvivo
rm -f libjecwcompress.so libjecwcompress.so.0 libjecwcompress.so.1
6
ln -s libjecwcompress.so.1.0.0 libjecwcompress.so
7
ln -s libjecwcompress.so.1.0.0 libjecwcompress.so.1
8 10512 jmvivo
9
rm -f libjecw.so libjecw.so.0
10 6418 cesar
ln -s libjecw.so.0.0.1 libjecw.so
11
ln -s libjecw.so.0.0.1 libjecw.so.0
12 10512 jmvivo
13
rm -f libNCSCnet.so libNCSCNet.so libNCScnet.so
14
ln -s libNCSCnet.so.0.0.0 libNCSCnet.so
15
ln -s libNCSCnet.so.0.0.0 libNCSCNet.so
16
ln -s libNCSCnet.so.0.0.0 libNCScnet.so
17
18
rm -f libNCSEcwC.so
19
ln -s libNCSEcwC.so.0.0.0 libNCSEcwC.so
20
21
rm -f libNCSEcw.so
22
ln -s libNCSEcw.so.0.0.0 libNCSEcw.so
23
24
rm -f libNCSUtil.so
25
ln -s libNCSUtil.so.0.0.0 libNCSUtil.so