• The Handbook
  • What it is
  • Installation
  • The Commandline Tool
  • The CGI Interface
  • Some Goodies
  • Hacking and Tweaking
  • Sourceforge Services
  • Project Homepage
  • Project Summary
  • Subversion
  • Mailing Lists
  • Forums
  • Reporting Bugs

fcprinter - Installation

fcprinter uses a simple and home-brewn approach to install the necessary files. Everything is done by invoking make targets in the toplevel Makefile. The various installation steps assume certain destination directories and other settings which should match most Unix platforms. In case of problems you can adjust everything in the first few lines of Makefile.

The following list shows the available make targets and how to invoke them. It is assumed that all calls are done with the required privileges. So you might need to prepend sudo to every command or run as root.

make install-cmd
Installs the commandline tools and the library files. Default directory is /usr/local/share/fcprinter. Additionally a symbolic link from /usr/local/share/fcprinter/fcprinter to /usr/local/bin/fcprinter is created.
make install-web
Installs the cgi tools and the library files. This allows access over a web browser using a web server like Apache. Default directory is /srv/www/cgi-bin/fcprinter.
make install
Shortcut to make install-cmd

fcprinter uses Apache FOP to render the PDF files. Unfortunately this framework is not part of many distributions, at least not in a sufficently modern version. So you can download the most recent version as of writing this handbook from the fcprinter site. The installation itself works the same way as above:

make install-cmd
Installs the commandline tools and the library files. Default directory is /usr/local/share/fcprinter/fop-x.yy. See also above.
make install-web
Installs the files for web access. Default directory is /srv/www/cgi-bin/fcprinter/fop-x.yy. See also above.
make install
Shortcut to make install-cmd

Get FlashCardPrinter at SourceForge.net. Fast, secure and Free Open Source software downloads Last edit: 2009-07-21