mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Update srmio download for Travis-ci Linux builds
[skip appveyor] It is not available anymore on previous location
This commit is contained in:
@@ -43,9 +43,9 @@ if [ -z "$(ls -A D2XX)" ]; then
|
||||
fi
|
||||
|
||||
# SRMIO
|
||||
wget http://www.zuto.de/project/files/srmio/srmio-0.1.1~git1.tar.gz
|
||||
tar xf srmio-0.1.1~git1.tar.gz
|
||||
cd srmio-0.1.1~git1
|
||||
wget https://github.com/rclasen/srmio/archive/v0.1.1git1.tar.gz
|
||||
tar xf v0.1.1git1.tar.gz
|
||||
cd srmio-0.1.1git1
|
||||
./configure --disable-shared --enable-static
|
||||
make --silent -j3
|
||||
sudo make install
|
||||
|
||||
Reference in New Issue
Block a user