Salome HOME
add doc/README for make pdf info, je n'aime pas configuration tout court, what doe...
[tools/sat.git] / doc / README
1
2 # needs sphinx-build
3 # to make doc html
4
5 cd doc
6 make html
7 firefox build/html/index.html &
8
9 # to make doc pdf
10 # needs texlive a jour (done on machines lgls for x86_64-linux)
11 # https://www.tug.org/texlive/quickinstall.html
12
13 export INFOPATH=/data/tmplgls/wambeke/share/texlive/2017/texmf-dist/doc/info
14 export MANPATH=/data/tmplgls/wambeke/share/texlive/2017/texmf-dist/doc/man
15 export PATH=/data/tmplgls/wambeke/share/texlive/2017/bin/x86_64-linux:${PATH}
16
17 cd doc
18 make latexpdf
19 evince build/latex/salomeTools.pdf &
20