diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -1,13 +1,7 @@ # Gtk-Demos -Brief demos of using Gtk user interface from a high level language without any C or makefiles. - -See the intro file for explanation/description. - -No need to compile anything. The demos are scripts, ready to run. +Brief demos of using Gtk user interface from a high level language without any C or makefiles. Installation of sbcl is no longer required. See the hotnews file. It has details and explanation/description of the demos, and notes about this version. To run the demos: - -chmod +x demo[1-4] - -./demo4 +chmod +x demos +./demos |