callirhoe/INSTALL
ph4ntome@gmail.com 1d6775d689 Changed makepkg -s -i to makepkg -si
It's the same thing, but looks better :D



git-svn-id: https://callirhoe.googlecode.com/svn/branches/phantome@219 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
2014-11-05 11:13:18 +00:00

81 lines
2.0 KiB
Plaintext

=============================================
callirhoe - high quality calendar rendering
(c) 2012-2014 George Tzoumas
https://code.google.com/p/callirhoe/
=============================================
QUICK INSTALLATION GUIDE
CONTENTS
1) FROM COMPRESSED ARCHIVE
2) FROM SVN
3) INSTALLATION FOR ARCH LINUX
(rough installation guide for novice users...)
1) FROM COMPRESSED ARCHIVE
Download the latest version from the project's page,
or directly from:
https://callirhoe.googlecode.com/svn/wiki/releases/
You end up with a file named callirhoe-X.Y.Z.7z where X.Y.Z the version number (for example 0.4.0).
Extract the contents of the archive
$ 7z x callirhoe-X.Y.Z.7z
Change into program's directory
$ cd callirhoe-X.Y.Z
Now you can launch the program, e.g.
$ ./callirhoe.py foo.pdf
You may want to add a link to your path, $HOME/bin or /usr/local/bin:
$ ln -s `pwd`/callirhoe.py $HOME/bin/callirhoe
You can do the same with calmagick.py. You may also install it system-wide,
for example in /opt. In this case, keep in mind, that ~/.callirhoe/ is also
searched for additional definitions, styles etc.
2) FROM SVN
Checkout the latest version from the svn:
$ svn checkout https://callirhoe.googlecode.com/svn/trunk callirhoe-svn
Change into directory
$ cd callirhoe-svn
After a few days/weeks/months... you may update to the latest version:
$ svn up
You can launch the program as usual:
$ ./callirhoe.py foo.pdf
3) INSTALLATION FOR ARCH LINUX
There is a PKGBUILD file you can use to install.
You can get the PKGBUILD either from SVN or compressed archive or from AUR.
For the first two options the method to get the source tree is described above,
while for the third option you can get it from here: <INSERT LINK HERE>
Place the PKGBUILD into a directory and run:
$ makepkg -si
( -s will automatically install missing depedencies )
Arch will do the rest for you.
In the unlikely event that you don't have "makepkg" already installed
you can find information about it's installation here:
https://wiki.archlinux.org/index.php/Arch_User_Repository