12
edits
Olleolleolle (talk | contribs) (made the Ruby gems line a list of) |
Olleolleolle (talk | contribs) m (→Prerequisites: formatting of the gem install section) |
||
Line 7: | Line 7: | ||
Consider this your official warning that ''there be dragons here''. | Consider this your official warning that ''there be dragons here''. | ||
==Prerequisites== | == Prerequisites == | ||
You will need the following installed on your system to get Bespin up and running: | You will need the following installed on your system to get Bespin up and running: | ||
* Mercurial | *Mercurial | ||
* Git | *Git | ||
* Python 2.5 or 2.6 | *Python 2.5 or 2.6 | ||
* Ruby | *Ruby | ||
* The following Ruby Gems: | *The following Ruby Gems: rack jeweler json_pure extlib erubis thor | ||
<code>gem install rack jeweler json_pure extlib erubis thor</code> | |||
'''NOTE FOR MAC USERS:''' ''You will need Xcode installed.'' | '''NOTE FOR LINUX USERS:''' ''If you are running on a Linux system, you will likely need a "python-dev" (on Ubuntu; possibly "python-devel" elsewhere) package installed, if you do not already have it.'' | ||
'''NOTE FOR MAC USERS:''' ''You will need Xcode installed.'' | |||
'''NOTE FOR WINDOWS USERS:''' ''Most Bespin developers are using unix-like platforms. Bespin's server should be able to run on Windows, though. You'll need a C compiler, and you can use Microsoft's free [http://www.microsoft.com/Express/VC/ Visual C++] compiler. As an alternative, you can use [http://www.cygwin.com/ Cygwin] or [http://www.mingw.org/ MinGW] to have a unix-like environment on your Windows system.'' | '''NOTE FOR WINDOWS USERS:''' ''Most Bespin developers are using unix-like platforms. Bespin's server should be able to run on Windows, though. You'll need a C compiler, and you can use Microsoft's free [http://www.microsoft.com/Express/VC/ Visual C++] compiler. As an alternative, you can use [http://www.cygwin.com/ Cygwin] or [http://www.mingw.org/ MinGW] to have a unix-like environment on your Windows system.'' |
edits