What is needed to get started making an EmergeTk project in Ubuntu 8.04 (Hardy Heron)?
This tutorial should hopefully help answer this question.
The required applications are:
- MySQL - Click here to install
- Mono 1.9.x
- Add this line to your apt.sources
-
deb http://directhex.mfgames.com/ hardy main
- You'll need a GPG key in order to use this, this can be found here.
sudo add-apt-key 0x590BCD51DFC2AFC1
-
- Once you've set that up - Click here to install
- You need to also install libmono-il8n2.0-cil - Click here to install
- Add this line to your apt.sources
- MonoDevelop - Click here to install
- xsp2 - Click here to install
- A Subversion client
- curl - Click here to install
- nant - Click here to install
You can now, thanks to Ben and Damien run the following command in your prompt and setup a new EmergeTk project:
bash -c "`curl -k https://emergeTk.com/svn/emergeTk/trunk/bootstrap/emerge`"
And that's the basic steps, I hope this helps and I hope to expand this to be more informative and pretty later.
