Bump version.
[ntk.git] / README
blobd00b5157667f6c08ec501bfebc40c32497881666
2 # What is NTK? #
4 NTK is a fork of FLTK 1.3.0 which adds graphics rendering via
5 Cairo, support for transparent/overlapping widgets, streamlining
6 of internals, and some new/improved widgets.
8 # LICENSING #
10 NTK has the same license as FLTK.
12 # Documentation #
14 Currently, there is none (beyond the FLTK 1.3 docs)
16 # Building #
18 NTK uses the 'waf' build system.
19      
20      Type:
21          ./waf configure --help 
22          
23 to see compilation options.
25 Building and installing generally goes like:
27      ./waf configure
28      ./waf
29       su -c './waf install'
31 # Usage #
33 NTK uses pkg-config for publishing library information.