Home
Name Modified Size InfoDownloads / Week
Old_Releases 2014-06-24
README.txt 2014-06-24 1.2 kB
ComicMaster.Wetab.0069.rpm 2011-06-25 243.5 kB
Totals: 4 Items   244.6 kB 0
ComicsMaster is now Qt5 only. 

Version 0071 is mostly a bugfix release. 


Installation:

In ComicMaster root folder:
	cmake .
	make
	make install  <---- as root

This will install ComicMaster in /usr/local/bin

Experimental:
	cmake .
	make package

This should create a ComicMaster.*.deb archive suitable for Debian/Ubuntu.
Not tested, yet. Currently I don't have a Debian/Ubuntu machine.
It is still experimental. There wasn't much demand for .rpm or .deb packages,
so providing those is not worth the effort. Looks like Linux users are 
absolutely confortable with compiling from a source package.


cmake takes two more optional parameters:
CMAKE_INSTALL_PREFIX
and
DATABASE

With CMAKE_INSTALL_PREFIX the installation path can be changed:
  cmake -D CMAKE_INSTALL_PREFIX="/opt" .
  make
  make install

Now ComicMaster will be installed in /opt/bin

With 
 cmake -D DATABASE="1" .
 make 
 make install

not only the ComicMaster binary will be created, but also an
optional plugin. This plugin adds support for a PostgreSQL
database. I cannot recommend to use this feature, yet, unless
to help me develop it, e.g. by sending me feature requests and
bugreport.

Source: README.txt, updated 2014-06-24