| 1 | This page aims to present how to build the OSGeoLive presentation updated with the data from projects-info.csv. |
| 2 | |
| 3 | Make sure you have Perl Text::SimpleTable::AutoWidth installed, if not you can follow that: |
| 4 | |
| 5 | {{{ |
| 6 | sudo apt install cpanminus |
| 7 | |
| 8 | cpanm Text::SimpleTable::AutoWidth |
| 9 | }}} |
| 10 | |
| 11 | From OSGeoLive-doc folder use the following commands: |
| 12 | {{{ |
| 13 | mkdir build |
| 14 | cd build/ |
| 15 | cmake -DHTML=ON -DFR=ON .. |
| 16 | cd doc/presentation/ |
| 17 | bash scripts/build_presentation.pl |
| 18 | cd ../../../doc/presentation/ |
| 19 | cp ../../build/doc/presentation/presentation.rst . |
| 20 | make html |
| 21 | }}} |