Difference between revisions of "Installing on Linux:Ubuntu"

(Ubuntu)
Line 4: Line 4:
 
== Ubuntu ==
 
== Ubuntu ==
  
First you must install MySQL from the repositories.
+
First you must install MySQL as well as the required dependencies needed from the repositories.
  
<nowiki>sudo apt-get mysql-server </nowiki>
+
<nowiki>sudo apt-get mysql-server build-essential</nowiki>

Revision as of 20:15, 21 January 2008

This page details how to Install the Emulator on Linux.


Ubuntu

First you must install MySQL as well as the required dependencies needed from the repositories.

sudo apt-get mysql-server build-essential