Menu

Tree [fa7c3a] master /
 History

HTTPS access


File Date Author Commit
 generic 2009-12-15 Jos Decoster Jos Decoster [fa7c3a] Fix for black triangle on ToolButtons
 library 2008-03-12 Georgios Petasis Georgios Petasis [4a7e67] Tileqt ported to Qt 4.x
 tclconfig 2009-12-09 Jos Decoster Jos Decoster [466ca1] Support the Tcl Extension Architecture (TEA) bu...
 tests 2009-12-09 Jos Decoster Jos Decoster [466ca1] Support the Tcl Extension Architecture (TEA) bu...
 ChangeLog 2009-12-07 Jos Decoster Jos Decoster [a37fc0] Add license, remove copy of doc, add changeLog
 Makefile.in 2009-12-10 decoster decoster [5cb6c2] Fix for non gmake make
 README 2009-12-10 decoster decoster [2a5ceb] refer to configure --help for defaults and ment...
 aclocal.m4 2009-12-09 Jos Decoster Jos Decoster [466ca1] Support the Tcl Extension Architecture (TEA) bu...
 configure 2009-12-10 decoster decoster [3b1f87] reconfigured
 configure.in 2009-12-10 decoster decoster [8d24db] Need tk private headers
 license.terms 2009-12-07 Jos Decoster Jos Decoster [dd7436] Added license terms from orginal tile-qt
 pkgIndex.tcl.in 2009-12-10 Jos Decoster Jos Decoster [f3ca4a] Put tileqt in namespace ttk:::theme

Read Me

UNIX BUILD
==========

Requirements
------------

You'll need the Qt4 development headers.

Ttk headers
-----------

tile-qt needs the 'ttkTheme.h' and 'ttkDecls.h' headers. These are not copied during
install of Tk, so you need to build against the Tk build directory.

Configure
---------

Default configure

$ ./configure

or specify one or more of the configure options:

$ ./configure --prefix=... --with-tcl=... --with-tk=... --with-qt-inc=... --with-qt-lib=...

Check 'configure --help' for default values of the different options.

Build
-----

$ make

Install
-------

$ make install