This page aims to present how to build the OSGeoLive presentation updated with the data from projects-info.csv.
Make sure you have Perl Text::SimpleTable::AutoWidth installed, if not you can follow that:
sudo apt install cpanminus cpanm Text::SimpleTable::AutoWidth
You will sphinxjp.themecore too:
sudo -H pip install sphinxjp.themecore pip install sphinxjp.themes.revealjs
From OSGeoLive-doc folder use the following commands:
mkdir build cd build/ cmake -DHTML=ON -DFR=ON .. cd doc/presentation/ bash scripts/build_presentation.pl cd ../../../doc/presentation/ cp ../../build/doc/presentation/presentation.rst . make html
The presentation can be seen there : ~/OSGeoLive-doc/doc/presentation/_build/html
Last modified
7 years ago
Last modified on 02/20/18 12:30:50
Note:
See TracWiki
for help on using the wiki.