[CALUG] Slides from October12 meeting

Berend Tober btober at computer.org
Wed Oct 19 08:05:14 EDT 2016


For those that want to review what we learned at the October 12 meeting, the entire presentation and 
source code can be copied from


git clone https://github.com/bmtober/sets


Building the slide deck from source requires asciidoc, groff, and imagemagick. Change directories 
and then build and view the presentation with


cd sets
make docs
firefox docs/talk.html


To install the scripts use either


cd sets
sudo make install



to install to /usr/local/bin, or alternatively specify a location (make sure it's in your PATH) with

cd sets
PREFIX=~/.local/bin make install

-- B




More information about the CALUG mailing list