README.md (1215B)
1 Not much to see here. 2 3 WARNING: DON'T TRY TO USE THIS! IT IS ONLY A PLACE FOR ME TO TRY OUT MY 4 WILDEST FANTASIES, NOT ACTUAL WORKING CODE. 5 6 To build with or without pango: Follow instructions in Makefile. 7 8 Note: The basic (non-pango) text doesn't work properly on all systems. 9 Note: The basic (non-pango) text is currently completely broken. 10 11 The toolkit has now been split into two parts: 12 13 * ltk is a regular GUI toolkit. 14 * ltkd is the client-server based toolkit that was previously the only 15 way to use ltk. 16 17 The current plan is to focus on ltk before continuing work on ltkd. 18 19 To test: 20 21 make 22 cd examples/ltk && LTKDIR=../../config.example/ ./test 23 24 Alternatively, run one of the shell scripts in examples/ltkd to test the 25 client-server functionality. 26 27 You can also run 'make test' to only compile the test that does not use 28 the client-server functionality or 'make ltkd ltkc ltkc_img' to compile 29 only the binaries needed for the client-server functionality. 30 31 Note: I know the default theme is butt-ugly at the moment. It is mainly 32 to test things, not to look pretty. 33 34 Note: The image support currently requires at least Imlib2 version 1.10.0. 35 I might add compatibility support for older versions at some point.