From a3bcc1b5e140a42ee01eb00a5e51f2dd7133cf62 Mon Sep 17 00:00:00 2001 From: Pieter Hulshoff Date: Sat, 14 May 2016 11:34:53 +0000 Subject: [PATCH 1/2] README.md edited online with Bitbucket --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 00e4a65..694448d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Install necessary dependencies: ## Download and compile the source code ## Download the source code: - hg clone https://bitbucket.org/teamretro/retrofe + hg clone https://phulshof@bitbucket.org/phulshof/retrofe Generate your gcc make files: @@ -48,7 +48,8 @@ Copy your live RetroFE system to any folder of your choosing: Download the source code - hg clone https://bitbucket.org/teamretro/retrofe + hg clone https://phulshof@bitbucket.org/phulshof/retrofe + Setup Environment (to setup necessary variables and paths to compile in visual studio) @@ -73,4 +74,4 @@ Copy your live RetroFE system to any folder of your choosing. files can be found Just run the following on your raspberry pi 2 (assuming you have an internet connection: - bash <(curl -s https://bitbucket.org/teamretro/retrofe/raw/default/Scripts/Raspi2/install.sh) + bash <(curl -s https://bitbucket.org/teamretro/retrofe/raw/default/Scripts/Raspi2/install.sh) \ No newline at end of file From 785a15c4b46837d2d229d5d86ff882561c5ca5a1 Mon Sep 17 00:00:00 2001 From: Pieter Hulshoff Date: Thu, 25 Aug 2016 09:06:25 +0000 Subject: [PATCH 2/2] README.md edited online with Bitbucket --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 694448d..9813983 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Install necessary dependencies: sudo apt-get install tortoisehg g++ cmake dos2unix zlib1g-dev libsdl2-2.0 libsdl2-mixer-2.0 libsdl2-image-2.0 libsdl2-ttf-2.0 \ libsdl2-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2-ttf-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \ - libgstreamer-plugins-good1.0-dev zlib1g-dev libglib2.0-0 libglib2.0-dev sqlite3 + libgstreamer-plugins-good1.0-dev gstreamer1.0-libav zlib1g-dev libglib2.0-0 libglib2.0-dev sqlite3 ## Download and compile the source code ## Download the source code: