Project

rwx

0.02
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
newest Binding for wxWidgets 3.0+, it was made after wxRuby died.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10.0
~> 4.0
~> 3.0
~> 3.0
 Project Readme

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.