Languages/Ruby/Ruby-Qt/KDE Book

    From KDE TechBase
    Revision as of 00:07, 20 January 2010 by Robert Riemann (talk | contribs) (add some ruby learning links)
    The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


    Development/Languages/Ruby/Ruby-Qt/KDE_Book


    Ruby-Qt/KDE Book
    Tutorial Series   Ruby
    Previous   basic level of ruby skills
    What's Next   n/a
    Further Reading   n/a
    100%
    noframe
    noframe

    2% completed (estimate)

      

    Status Of Writing


    About Ruby Bindings

    Through the engagement of only a few guys the project Korundum on Rubyforge was raised, which allowed to use the famous Qt toolkit within the [ruby language]. The bindings were were ported to allow the use of Qt4 and KDE4. After years of development this bindings can be considered as stable for production usage. [1]

    Future Plans

    After creating a minimum of content the wiki pages will be copied into a book made with LaTeX for people prefering to work with a printed version of this set of tutorials. Afterwards the book should be synchronized with the wiki maybe every half year.

    Installation

    Installation Of Ruby

    Installation of Ruby
    setup ruby itself for end-user and developers

    Installation Of Bindings

    Installation on Linux
    setup ruby bindings for end-user and developers on Linux-based systems
    Installation on Mac OS
    setup ruby bindings for end-user and developers on Apple Mac OS
    Installation on Windows
    setup ruby bindings for end-user and developers on Microsoft Windows

    Introduction To Ruby Language

    Before starting into Ruby-KDE hacking you may want to refresh your Ruby. Or do you meet Ruby for the first time? Take a look on these sites:

    http://ruby-lang.org
    Official Ruby Homepage with a lot of information
    Why's (Poignant) Guide to Ruby
    Very famous ruby guide in comic style
    http://tryruby.org/
    Test Ruby right in your browser
    http://ruby-doc.org/
    a lot of ruby documentation with usefull links

    First Steps

    Hello World
    Start with some simple ruby programs using Qt

    References

    1. Richard Dale: KDE Bindings in KDE 4.5. In: his blog (January 2010).