Version 2 (modified by 7 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:
pip install sphinxjp.themecore
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.