forked from falkTX/ntk
-
Notifications
You must be signed in to change notification settings - Fork 0
License
Stazed/ntk
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# What is NTK? # NTK is a fork of FLTK 1.3.0 which adds graphics rendering via Cairo, support for transparent/overlapping widgets, streamlining of internals, and some new/improved widgets. # LICENSING # NTK has the same license as FLTK. # Documentation # Currently, there is none (beyond the FLTK 1.3 docs) # Building # # Dependencies # cairo gcc-libs fontconfig glibc libfreetype.so=6-64 libjpeg libpng libx11 libxft zlib NTK uses the 'waf' build system. Type: ./waf configure --help to see compilation options. Building and installing generally goes like: ./waf configure ./waf su -c './waf install' # Usage # NTK uses pkg-config for publishing library information. If your pkg-config cannot find the library which is installed by default to: /usr/local/lib and the *.pc files in folder: /usr/local/lib/pkgconfig you may need to add to the PKG_CONFIG_PATH. export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH To make the change permanent add the export to your ~/.bashrc file. Depending on your distribution, to make the export permanent, the export command may need to be set in a different location.
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C++ 68.3%
- C 28.9%
- Objective-C++ 2.0%
- Python 0.3%
- WebAssembly 0.3%
- Shell 0.1%
- Other 0.1%