Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 584 Bytes

INSTALL.md

File metadata and controls

26 lines (19 loc) · 584 Bytes

Ubuntu & Debian

sudo apt-get install libxml2-dev libxslt1-dev zlib1g-dev ruby-dev build-essential ruby ruby
gem --user install pkg/riddl.gem

If "pkg/riddl.gem" not exists, then create it with "rake gem".

Others

find out yourself

Gem Dependencies

You don't need to care about them, as they will be automatically installed during the installation of the riddl.gem. Here is a list of them just in case you are interessted:

  • ruby-xml-smart (>= 0.2.1.1 needed)
  • rack
  • thin
  • mime-types
  • eventmachine (>= 1.0.0.beta.4')
  • em-websocket
  • em-websocket-client