Discussion:Dilib, installation sous ScienceExplor
De Wicri Outils
Notes d'installation
Debian
Copie des historiques :
- Asma
1 sudo apt-get update
2 sudo apt-get install build-essential
4 sudo apt-get install bison
5 sudo apt-get install flex
6 sudo apt-get install emacs
7 sudo apt-get install wget
8 sudo apt-get install licurl
9 sudo apt-get install libcurl
10 sudo apt-get install libcurl-dev
11 sudo apt-get install libcurl4-nss-dev
12 pwd
13 mkdir Documents
14 cd Documents/
15 pwd
16 wget https://lorexplor.istex.fr/Dilib/ScienceExplor.tar.gz
17 gunzip ScienceExplor.tar.gz
18 ls
19 gunzip ScienceExplor.tar.gz
20 ls
21 tar -xvf ScienceExplor.tar
22 source $HOME/ScienceExplor/Dilib/init.sh
23 ls
24 ls ScienceExplor
25 pwd
26 source $HOME/Documents/ScienceExplor/Dilib/init.sh
27 ls
28 echo $DILB
29 echo $DIILB
30 echo $DILIB
31 source $DILIB_ROOT/Import/DilibMake/DilibCreate.sh
32 source $DILIB_ROOT/Import/DilibMake/DilibTest.sh
- William
william@DESKTOP-22TAVVT:~$ history
1 sudo apt-get update
2 sudo apt-get install build-essential
3
4 sudo apt-get install bison
5 sudo apt-get install flex
6 sudo apt-get install emacs
7 sudo apt-get install wget
8 sudo apt-get install licurl
9 sudo apt-get install libcurl
10 sudo apt-get install libcurl-dev
11 sudo apt-get install libcurl4-nss-dev
12 pwd
13 mkdir Documents
14 cd Documents/
15 pwd
16 wget https://lorexplor.istex.fr/Dilib/ScienceExplor.tar.gz
17 gunzip ScienceExplor.tar.gz
18 ls
19 gunzip ScienceExplor.tar.gz
20 ls
21 tar -xvf ScienceExplor.tar
22 source $HOME/ScienceExplor/Dilib/init.sh
23 ls
24 ls ScienceExplor
25 pwd
26 source $HOME/Documents/ScienceExplor/Dilib/init.sh
27 ls
28 echo $DILB
29 echo $DIILB
30 echo $DILIB
31 source $DILIB_ROOT/Import/DilibMake/DilibCreate.sh
32 source $DILIB_ROOT/Import/DilibMake/DilibTest.sh