Skip to content
Snippets Groups Projects
Commit 5b1d6df9 authored by Lars Kanis's avatar Lars Kanis
Browse files

Add install instructions and feature list

parent 625b4298
No related branches found
No related tags found
No related merge requests found
......@@ -16,11 +16,23 @@ featureful, highly optimized C++ toolkit.
== FEATURES/PROBLEMS:
* FIX (list of features or problems)
FXRuby supportes everything of FOX, that is useful in Ruby:
* MDI/SDI application window layouts, floating toolbars
* Rich set of controls (tables, imagelists, menus, canvas, ...)
* Flexible layout management
* Image read/write support in many formats
* Embedded OpenGL graphic
== INSTALL:
* sudo gem install fxruby
FXRuby runs on Linux, Windows and OS-X. Installation on *nix requires
FOX development headers and libraries installed:
* on Debian/Ubuntu: <tt>sudo apt-get install libfox-1.6-dev</tt>
* see detailed installation instructions in the {https://github.com/lylejohnson/fxruby/wiki Wiki}
On Windows the binary gem is downloaded.
* gem install fxruby
== DIRECTORIES
The directory structure is:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment