Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.51 KB

README.rdoc

File metadata and controls

33 lines (20 loc) · 1.51 KB

RWX

<img src=“https://travis-ci.org/Hanmac/rwx.svg” alt=“Build Status” /> <img src=“https://codeclimate.com/github/Hanmac/rwx/badges/gpa.svg” />

trunk

<img src=“https://gemnasium.com/Hanmac/rwx.svg” alt=“Dependency Status” />

gem

<img src=“https://badge.fury.io/rb/rwx.svg” alt=“Gem Version” /> <img src=“https://www.versioneye.com/user/projects/5445187d1fea5f08a6000094//badge.svg?style=flat” alt=“Dependency Status” /> <img src=“https://www.versioneye.com/ruby/rwx/0.0.1.1.dev/badge.svg” alt=“Dependency Status” /> <img src=“https://www.versioneye.com/ruby/rwx/reference_badge.svg?style=flat” alt=“Reference Status” />

Description

rwx is a ruby extension that was created after wxRuby died.

Install instructions

For Debian Bullseye, you need to install packages ruby, ruby-dev, rubygems, wx-common, libwxgtk3.0-gtk3-dev, libwxbase3.0-dev, libgtk-3-dev, libwxgtk-media3.0-gtk3-dev and dependencies.

You also need gcc and g++.

If compilers error occur, you probably need to install other libraries!

Test the compilation:

  • go to the rwx directory and type “rake”, see whether it goes well

  • if all goes well then type sudo gem build rwx.gemspec

This will install rwx to your computer’s gem repository.