runemadsen / Magic-Book-Project

DEPRECATED: We are reviving the Magic Book project as a node package: https://github.com/magicbookproject/magicbook
http://itp.nyu.edu
620 stars 62 forks source link

fix install instructions prerequirements on Ubuntu 12.04 #156

Closed candeira closed 11 years ago

candeira commented 11 years ago

Added this on the third point of the install instructions, following the steps I had to take to install on my system:

One of the gems we use, Nokogiri, has some system pre-requirements. Under Ubuntu 12.04, before you run bundle install you need to install the development libraries for xml and xslt with

    $ sudo apt-get install libxml2-dev libxslt1-dev
runemadsen commented 11 years ago

Thanks! This is awesome.