Sha256: 57f487926c78f6d5342c7e2e6e216a6e4cd1c5f86ec510db42fc61fae74cf390
Contents?: true
Size: 987 Bytes
Versions: 1
Compression:
Stored size: 987 Bytes
Contents
.. _`installation`: ------------ Installation ------------ The easiest way to install and test Kameleon if you are using a Debian based linux distribution is by using the deb package available at `kameleon_deb`_. .. _kameleon_deb: http://kameleon.imag.fr/pkg/kameleon_2.1.0+20140612204940-1_amd64.deb .. note:: On debian based distribution be sure to install the ``ruby-dev`` package first To install the latest release from `RubyGems`_: .. _RubyGems: https://rubygems.org/gems/kameleon-builder :: gem install kameleon-builder --pre Or from source:: git clone https://github.com/oar-team/kameleon.git cd kameleon gem build kameleon-builder.gemspec gem install kameleon-builder-<version>.gem Any troubles? ~~~~~~~~~~~~~ If you got an error message like this one:: ``/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- mkmf (LoadError)`` It's because you need the ``ruby-dev`` package to fit the dependancies.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kameleon-builder-2.1.1 | docs/source/installation.rst |