Skip to content

FreeBSD requirements

DeusMaximus edited this page Jan 20, 2015 · 17 revisions

Required software

  • python 2.7
  • pip 2.7
  • sqlite3
  • py27-sqlite3
  • graphics/webp
  • dns/py-bonjour (Optional)

Use pip install for all the other requirements from the Readme.

rc.d script for FreeBSD (/etc/rc.d/comicstreamer)

An example rc.d script to use ComicStreamer as a service can be found here. Don't forget to change "/location-to/" to wherever the ComicStreamer source is located on your installation.

Don't forget to add the following to rc.conf

comicstreamer_enable="YES"

Clone this wiki locally