Hi Alex, would it be possible to add the new QGIS tutorial to the adhoc build?
Excerpt from install_qgis.sh: TMP_DIR=/tmp/build_qgis if [ ! -d "$TMP_DIR" ] ; then mkdir "$TMP_DIR" fi cd "$TMP_DIR" #Install tutorials wget --progress=dot:mega https://github.com/qgis/osgeo-live-qgis- tutorials/tarball/master \ --output-document="$TMP_DIR"/tutorials.tgz tar xzf "$TMP_DIR"/tutorials.tgz -C "$TMP_DIR" cd "$TMP_DIR"/*osgeo-live-qgis-tutorials* apt-get --assume-yes install python-sphinx make html cp -R _build/html /usr/local/share/qgis/tutorials BTW: Lost my workshop notes from Denver :-( Regards Pirmin -- Pirmin Kalberer Sourcepole - Linux & Open Source Solutions Churerstrasse 22, 8808 Pfäffikon SZ, Switzerland Tel: 044 440 77 11 Fax: 044 440 77 12 [email protected] http://www.sourcepole.ch _______________________________________________ Live-demo mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/live-demo http://live.osgeo.org http://wiki.osgeo.org/wiki/Live_GIS_Disc
