From f2495fb4fbb372a747bd6af1b1ee7c86a451f2a3 Mon Sep 17 00:00:00 2001 From: DragoonAethis Date: Wed, 7 May 2014 13:37:47 +0200 Subject: [PATCH 1/2] Updated with Subversion and removed andLinux. Fetching all dependencies requires svn (for popen-noshell, for example). Also, removed andLinux, since it's not maintained, installs old toolchains from repositories and doesn't work on 64-bit Windows machines. Instead, added a link about installing Ubuntu in VM, which also mentions how to set up VMWare Tools for drag-n-drop, better video performance etc. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9a89c2b40..486342a71 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,10 @@ 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: ``` From a1471a699f0ce0bffdc0ea7b1c5e0b0e9ac27817 Mon Sep 17 00:00:00 2001 From: DragoonAethis Date: Wed, 7 May 2014 13:52:54 +0200 Subject: [PATCH 2/2] Also, libtool is needed. Ubuntu 14.04 build-essential doesn't contain this... :S --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 486342a71..bae2d1835 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ To get and compile the source you must have `patch`, `wget`, `unzip`, `git`, `au 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: