Labs/Bespin/DeveloperGuide/Setup: Difference between revisions

→‎Prerequisites: mention libyaml
(→‎Prerequisites: ruby1.8-dev is necessary on Ubuntu as well)
(→‎Prerequisites: mention libyaml)
Line 23: Line 23:
   <code>gem install thin</code>
   <code>gem install thin</code>


'''NOTE FOR LINUX USERS:''' ''If you are running on a Linux system, you will likely need a "python-dev" and "ruby1.8-dev" (on Ubuntu; possibly "python-devel" elsewhere) package installed, if you do not already have it.''  
'''NOTE FOR LINUX USERS:''' ''If you are running on a Linux system, you will likely need a "python-dev" and "ruby1.8-dev" (on Ubuntu; possibly "python-devel" elsewhere) package installed, if you do not already have it. If you want to build the embedded release, you will want libyaml: the package on Ubuntu is "libyaml-dev".''  


'''NOTE FOR MAC USERS:''' ''You will need Xcode installed.''  
'''NOTE FOR MAC USERS:''' ''You will need Xcode installed.''  
17

edits