Menu

Tree [d71099] default tip /
 History

Read Only access


File Date Author Commit
 cmake 2013-12-05 Doug Barbieri Doug Barbieri [40740f] Merging in from qt_port.
 conffiles 2013-11-08 Doug Barbieri Doug Barbieri [69dd5b] Added sample config files.
 debian 2013-11-13 Doug Barbieri Doug Barbieri [bcab21] Use '[' or 'test', but not both. :-)
 doc 2013-11-06 Doug Barbieri Doug Barbieri [4c976a] Added version 1.5 of Turn Watcher, the open sou...
 images 2013-11-06 Doug Barbieri Doug Barbieri [4c976a] Added version 1.5 of Turn Watcher, the open sou...
 src 2013-12-05 Doug Barbieri Doug Barbieri [40740f] Merging in from qt_port.
 .hgtags 2013-11-13 Doug Barbieri Doug Barbieri [e564a1] Added tag version-1.5 for changeset 0a8787590953
 AUTHORS 2013-11-06 Doug Barbieri Doug Barbieri [4c976a] Added version 1.5 of Turn Watcher, the open sou...
 CMakeLists.txt 2013-12-05 Doug Barbieri Doug Barbieri [40740f] Merging in from qt_port.
 COPYING 2013-11-06 Doug Barbieri Doug Barbieri [4c976a] Added version 1.5 of Turn Watcher, the open sou...
 ChangeLog 2013-11-06 Doug Barbieri Doug Barbieri [4c976a] Added version 1.5 of Turn Watcher, the open sou...
 Doxyfile 2013-11-06 Doug Barbieri Doug Barbieri [4c976a] Added version 1.5 of Turn Watcher, the open sou...
 INSTALL 2013-11-06 Doug Barbieri Doug Barbieri [4c976a] Added version 1.5 of Turn Watcher, the open sou...
 NEWS 2013-11-06 Doug Barbieri Doug Barbieri [4c976a] Added version 1.5 of Turn Watcher, the open sou...
 README 2013-12-05 Doug Barbieri Doug Barbieri [d71099] Updated the note to include the bzr repository.
 TODO 2013-11-13 Doug Barbieri Doug Barbieri [d4b57a] Adding files to support turnwatcher build.
 turnwatcher.desktop.in 2013-11-13 Doug Barbieri Doug Barbieri [0a8787] Now debian icon shows up properly in Unity.

Read Me

NEW!
Now Turn Watcher 1.x has an Ubuntu PPA! To add, just follow the simple steps below:

$ sudo apt-add-repository ppa:turnwatcher/ppa
$ sudo apt-get update
$ sudo apt-get install turnwatcher

Or, go here to manually add the sources to your apt sources.list:
https://code.launchpad.net/~turnwatcher/+archive/ppa

Also, the Turn Watcher 1.X code has been merged to lauchpad.net. If you wish to
grab the source for version 1.X, go here:
https://code.launchpad.net/~turnwatcher/turnwatcher/trunk

==============================================================================
Formerly under a proprietary license, Turn Watcher has been ported to the GPLv2
and the source is now hosted at https://sourceforge.net/projects/turnwatcher/

Turn Watcher relies on Gtkmm 2.4, and formerly proprietary libraries molib and motk
from Made to Order Software Corporation (http://www.m2osw.com). Local copies
of molib and motk are now in the repository.

Installation from source:
Turn Watcher requires cmake 2.8+, and g++ 4.6+, in addition to gtkmm 2.4.
Download the software distribution from sourceforge. Create a build folder
and run cmake to generate the makefiles. Then run make.

	$ tar xf turnwatcher-1.x.tar.gz
	$ cd turnwatcher-1.x
	$ mkdir build
	$ cd build
	$ cmake ..
	$ make

The binary will be linked into the bin folder. To run, just type "bin/turnwatcher
from the build folder.

You may also access the tip of the Mercurial codebase. Install Mercurial
on your system if it is not already there, then run this command:

	$ hg clone http://hg.code.sf.net/p/turnwatcher/code turnwatcher

Note that the Mercurial tip is now in a pre-alpha state, as I am in the process of converting
the UI to Qt4. This will be the 2.0 branch.

If you want code from 1.X instead, install Bazaar and download the code from launchpad.net:

	$ bzr branch lp:turnwatcher

Follow the steps above to build from source.

Happy gaming!

https://launchpad.net/~doug