Changes between Initial version and Version 1 of build_presentation_html_file


Ignore:
Timestamp:
4 Jan 2018, 12:16:50 (7 years ago)
Author:
bakaniko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • build_presentation_html_file

    v1 v1  
     1This page aims to present how to build the OSGeoLive presentation updated with the data from projects-info.csv.
     2
     3Make sure you have Perl Text::SimpleTable::AutoWidth installed, if not you can follow that:
     4
     5{{{
     6sudo apt install cpanminus
     7 
     8cpanm Text::SimpleTable::AutoWidth
     9}}}
     10
     11From 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}}}