mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-12 09:38:28 +08:00
更改 Wine git 仓库地址以修复 Wine 日构建问题
This commit is contained in:
parent
c4987b4ce6
commit
a7d478ab93
@ -28,7 +28,7 @@ type=`cat /wine-type.txt`
|
||||
cpu=$(cat /proc/cpuinfo | grep processor | wc -l)
|
||||
#aria2c -x 16 -s 16 $url
|
||||
#tar -xvf `basename $url`
|
||||
git clone git://source.winehq.org/git/wine.git
|
||||
git clone https://gitlab.winehq.org/wine/wine
|
||||
echo Wine version `date` > wine/VERSION
|
||||
mv wine wine-$version
|
||||
#cd wine-$version
|
||||
@ -42,7 +42,7 @@ mkdir ../program
|
||||
make install -j$cpu DESTDIR=../program
|
||||
cd ../program/usr/local/
|
||||
# 打7z包
|
||||
echo Building Time: `date`, source from git://source.winehq.org/git/wine.git > info.txt
|
||||
echo Building Time: `date`, source from https://gitlab.winehq.org/wine/wine > info.txt
|
||||
7z a /wine/wine-daily-ubuntu22.04-aarch64.7z *
|
||||
cd /wine
|
||||
rm -rfv program
|
||||
|
@ -24,7 +24,7 @@ type=`cat /wine-type.txt`
|
||||
cpu=$(cat /proc/cpuinfo | grep processor | wc -l)
|
||||
#aria2c -x 16 -s 16 $url
|
||||
#tar -xvf `basename $url`
|
||||
git clone git://source.winehq.org/git/wine.git
|
||||
git clone https://gitlab.winehq.org/wine/wine
|
||||
echo Wine version `date` > wine/VERSION
|
||||
mv wine wine-$version
|
||||
#cd wine-$version
|
||||
@ -38,7 +38,7 @@ mkdir ../program
|
||||
make install -j$cpu DESTDIR=../program
|
||||
cd ../program/usr/local/
|
||||
# 打7z包
|
||||
echo Building Time: `date`, source from git://source.winehq.org/git/wine.git > info.txt
|
||||
echo Building Time: `date`, source from https://gitlab.winehq.org/wine/wine > info.txt
|
||||
7z a /wine/wine-daily-debian10-amd64.7z *
|
||||
cd /wine
|
||||
rm -rfv program
|
||||
@ -54,7 +54,7 @@ cd ../build64
|
||||
make install -j$cpu DESTDIR=../program
|
||||
cd ../program/usr/local/
|
||||
# 打7z包
|
||||
echo Building Time: `date`, source from git://source.winehq.org/git/wine.git > info.txt
|
||||
echo Building Time: `date`, source from https://gitlab.winehq.org/wine/wine > info.txt
|
||||
7z a /wine/wine-daily-debian10-x86_64.7z *
|
||||
cd /wine
|
||||
rm -rfv program
|
||||
@ -67,7 +67,7 @@ mkdir ../program
|
||||
make install -j$cpu DESTDIR=../program
|
||||
cd ../program/usr/local/
|
||||
# 打7z包
|
||||
echo Building Time: `date`, source from git://source.winehq.org/git/wine.git > info.txt
|
||||
echo Building Time: `date`, source from https://gitlab.winehq.org/wine/wine > info.txt
|
||||
7z a /wine/wine-daily-debian10-i386.7z *
|
||||
cd /wine
|
||||
rm -rfv program
|
||||
|
@ -24,7 +24,7 @@ type=`cat /wine-type.txt`
|
||||
cpu=$(cat /proc/cpuinfo | grep processor | wc -l)
|
||||
#aria2c -x 16 -s 16 $url
|
||||
#tar -xvf `basename $url`
|
||||
git clone git://source.winehq.org/git/wine.git
|
||||
git clone https://gitlab.winehq.org/wine/wine
|
||||
echo Wine version `date` > wine/VERSION
|
||||
mv wine wine-$version
|
||||
# 使用 wow64 support
|
||||
@ -36,5 +36,5 @@ make -j$cpu
|
||||
mkdir ../program
|
||||
make install -j$cpu DESTDIR=../program
|
||||
cd ../program/usr/local/
|
||||
echo Building Time: `date`, source from git://source.winehq.org/git/wine.git > info.txt
|
||||
echo Building Time: `date`, source from https://gitlab.winehq.org/wine/wine > info.txt
|
||||
7z a /wine/wine-wow64-daily-debian10-amd64.7z *
|
||||
|
Loading…
Reference in New Issue
Block a user