From 735e3905a7bb7ca3a3c69d55579cad054ddcbbf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20B=C3=A4r?= Date: Mon, 16 Jun 2014 12:34:22 +0200 Subject: [PATCH] Changed configure path and wget download filename Changed the configure path to ./src/configure and the wget download filename as -o option. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 5fe843a..82e2577 100644 --- a/README +++ b/README @@ -70,7 +70,7 @@ sudo apt-get install build-essential subversion git-core zlib1g-dev libusb-dev l git clone http://github.com/adiesner/GarminPlugin.git svn export http://garmintools.googlecode.com/svn/trunk/ garmintools svn export http://ticpp.googlecode.com/svn/trunk/ ticpp -wget http://downloads.sourceforge.net/project/premake/Premake/4.2.1/premake-4.2.1-linux.tar.gz?use_mirror=ignum +wget http://downloads.sourceforge.net/project/premake/Premake/4.2.1/premake-4.2.1-linux.tar.gz?use_mirror=ignum -O premake-4.2.1-linux.tar.gz # compile ticpp tar xvzf premake-4.2.1-linux.tar.gz @@ -89,7 +89,7 @@ cd .. # compile GarminPlugin cd GarminPlugin -./configure +./src/configure make cd ..