|
| 1 | +C++/Tk - a complete C++ interface to the Tk GUI toolkit. |
| 2 | + |
| 3 | +Copyright (C) 2004-2006, Maciej Sobczak |
| 4 | + |
| 5 | +--- |
| 6 | + |
| 7 | +You should see the following directories here: |
| 8 | + |
| 9 | +- base - contains common files for Tk and all extensions |
| 10 | +- doc - contains a short documentation for the library |
| 11 | +- test - tests used for development - use them for regression testing |
| 12 | + if you want to modify the library |
| 13 | +- examples - some simple examples to show C++/Tk basics |
| 14 | + |
| 15 | +The C++/Tk itself consists of these files: |
| 16 | +- cpptk.h - to be included in your own files |
| 17 | +- cpptk.cc - to be compiled and linked with your code |
| 18 | +- cpptkconstants.x - not compilable |
| 19 | +- cpptkoptions.x - not compilable |
| 20 | +- base/cpptkbase.h - included automatically by Tk and all extensions |
| 21 | +- base/cpptkbase.cc - to be compiled and linked with your code |
| 22 | + |
| 23 | +(you may also wish to make your own archive or shared library from |
| 24 | +the *.cc files listed above) |
| 25 | + |
| 26 | +In order to compile the tests and the examples you may need to change the |
| 27 | +compiler options to fit your particular environment (different paths to the |
| 28 | +Tcl and Tk headers and libs, another compiler, etc.) |
| 29 | + |
| 30 | +Please see doc.html for instructions how to compile your own programs. |
| 31 | +The Makefile in the examples directory can help, too. |
| 32 | + |
| 33 | +The library was written under Unix, but works pretty well on MS Windows and |
| 34 | +may also work on Macs. |
| 35 | + |
| 36 | +Anyway - have fun! :-) |
0 commit comments