Merge pull request #572 from DragoonAethis/master

Updated Readme with Subversion and removed andLinux suggestion.
This commit is contained in:
Huang Xin
2014-05-07 20:21:44 +08:00

View File

@@ -22,15 +22,14 @@ Prerequisites
========
Instructions about how to get and compile the source are intended for a \*nix
OS. Windows users are suggested to develop in a Linux VM or use
andLinux, Wubi.
OS. Windows users are suggested to develop in a [Linux VM](http://www.howtogeek.com/howto/11287/how-to-run-ubuntu-in-windows-7-with-vmware-player/) or use Wubi.
To get and compile the source you must have `patch`, `wget`, `unzip`, `git`, `autoconf`
and `cmake` installed. Version of autoconf need to be greater than 2.64.
To get and compile the source you must have `patch`, `wget`, `unzip`, `git`, `autoconf`,
`subversion` and `cmake` installed. Version of autoconf need to be greater than 2.64.
Ubuntu users may need to run:
```
sudo apt-get install build-essential
sudo apt-get install build-essential libtool
```
Cross toolchains are available to Ubuntu users through these commands: