mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Use new conan cache/prebuilts with Win7-compatible libtbb.dll
This commit is contained in:
parent
8da1ee8eed
commit
67f6e23c45
@ -12,5 +12,5 @@ curl -O -L http://mirrors.kernel.org/ubuntu/pool/universe/m/mingw-w64/mingw-w64-
|
|||||||
&& sudo dpkg -i mingw-w64-i686-dev_10.0.0-3_all.deb;
|
&& sudo dpkg -i mingw-w64-i686-dev_10.0.0-3_all.deb;
|
||||||
|
|
||||||
mkdir ~/.conan ; cd ~/.conan
|
mkdir ~/.conan ; cd ~/.conan
|
||||||
curl -L "https://github.com/vcmi/vcmi-deps-windows-conan/releases/download/1.0/vcmi-deps-windows-conan-w32.tgz" \
|
curl -L "https://github.com/vcmi/vcmi-deps-windows-conan/releases/download/1.1/vcmi-deps-windows-conan-w32.tgz" \
|
||||||
| tar -xzf -
|
| tar -xzf -
|
||||||
|
@ -12,5 +12,5 @@ curl -O -L http://mirrors.kernel.org/ubuntu/pool/universe/m/mingw-w64/mingw-w64-
|
|||||||
&& sudo dpkg -i mingw-w64-x86-64-dev_10.0.0-3_all.deb;
|
&& sudo dpkg -i mingw-w64-x86-64-dev_10.0.0-3_all.deb;
|
||||||
|
|
||||||
mkdir ~/.conan ; cd ~/.conan
|
mkdir ~/.conan ; cd ~/.conan
|
||||||
curl -L "https://github.com/vcmi/vcmi-deps-windows-conan/releases/download/1.0/vcmi-deps-windows-conan-w64.tgz" \
|
curl -L "https://github.com/vcmi/vcmi-deps-windows-conan/releases/download/1.1/vcmi-deps-windows-conan-w64.tgz" \
|
||||||
| tar -xzf -
|
| tar -xzf -
|
||||||
|
Loading…
Reference in New Issue
Block a user