Release 1.7.23.

This commit is contained in:
Erich E. Hoover
2014-07-25 21:15:11 -06:00
parent 7b41f47a27
commit 59a227fea5
2 changed files with 5 additions and 5 deletions

View File

@@ -52,14 +52,14 @@ all details. Make sure to install all required Wine dependencies before proceedi
As the first step please grab the latest Wine source:
```bash
wget http://prdownloads.sourceforge.net/wine/wine-1.7.22.tar.bz2
wget https://github.com/compholio/wine-compholio-daily/archive/v1.7.22.tar.gz
wget http://prdownloads.sourceforge.net/wine/wine-1.7.23.tar.bz2
wget https://github.com/compholio/wine-compholio-daily/archive/v1.7.23.tar.gz
```
Extract the archives:
```bash
tar xvjf wine-1*.tar.bz2
cd wine-1*
tar xvzf ../v1.7.22.tar.gz --strip-components 1
tar xvzf ../v1.7.23.tar.gz --strip-components 1
```
And apply the patches:
```bash