wiki:build_presentation_html_file

Version 5 (modified by bakaniko, 6 years ago) ( diff )

--

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
Note: See TracWiki for help on using the wiki.