Module: wine
Branch: stable
Commit: 40b29f57b06e0dbfe5f31ed77c627d84ad4a0eb9
URL: http://source.winehq.org/git/wine.git/?a=commit;h=40b29f57b06e0dbfe5f31ed77…
Author: Julian Rüger <jr98(a)gmx.net>
Date: Wed Mar 8 15:58:41 2017 +0100
readme: Fix typo in German translation.
Signed-off-by: Julian Rüger <jr98(a)gmx.net>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
(cherry picked from commit a8082a634d9eaedda94e498fec3c971f30b5c31d)
Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org>
---
documentation/README.de | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/documentation/README.de b/documentation/README.de
index 4467e9f..9e65e97 100644
--- a/documentation/README.de
+++ b/documentation/README.de
@@ -97,8 +97,8 @@ Um Wine zu kompilieren, führen Sie aus:
make
Damit werden das Programm "wine" und diverse unterstützende Bibliotheken und
-Binärdateienerschiedener erstellt. Das Programm "wine" lädt ausführbare
-Windows-Dateien und führt diese aus.
+Binärdateien erstellt. Das Programm "wine" lädt ausführbare Windows-Dateien
+und führt diese aus.
Die Bibliothek "libwine" ("Winelib") kann benutzt werden, um Windows-Quelltexte
unter Unix zu kompilieren und zu verlinken.
Module: wine
Branch: stable
Commit: 9bb1904fccb0577d6735d234b2cfffa82d8fa85d
URL: http://source.winehq.org/git/wine.git/?a=commit;h=9bb1904fccb0577d6735d234b…
Author: Lauri Kenttä <lauri.kentta(a)gmail.com>
Date: Thu Mar 2 16:44:11 2017 +0200
readme: Update Swedish translation.
The actual updates concern the removal of wineinstall.
Use the opportunity to convert to UTF-8 as well.
Signed-off-by: Lauri Kenttä <lauri.kentta(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
(cherry picked from commit 50a047b1bb370bb02ffbbe945454236f24d0ac7c)
Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org>
---
documentation/README.sv | 174 ++++++++++++++++++++++++------------------------
1 file changed, 88 insertions(+), 86 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=9bb1904fccb0577d6735d…
Module: wine
Branch: stable
Commit: da598486ae25a597aff342fc773a38e667d82e33
URL: http://source.winehq.org/git/wine.git/?a=commit;h=da598486ae25a597aff342fc7…
Author: Lauri Kenttä <lauri.kentta(a)gmail.com>
Date: Thu Mar 2 16:43:57 2017 +0200
readme: Update Finnish translation.
Signed-off-by: Lauri Kenttä <lauri.kentta(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
(cherry picked from commit 9333f6e3300bb29a8012815433c0075ab1072bb2)
Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org>
---
documentation/README.fi | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/documentation/README.fi b/documentation/README.fi
index 5e03199..4109090 100644
--- a/documentation/README.fi
+++ b/documentation/README.fi
@@ -12,11 +12,10 @@ lisenssistä on englanniksi tiedostossa LICENSE.
2. PIKAOPAS
-Kun Wine käännetään lähdekoodeistaan, on suositeltavaa käyttää Winen omaa
-asennusohjelmaa, joka ajetaan seuraavalla komennolla Winen lähdekoodin
-juurihakemistosta:
+Aja Winen lähdekoodin juurihakemistossa seuraavat komennot:
-./tools/wineinstall
+./configure
+make
Ohjelmat ajetaan komennolla "wine ohjelma". Lisätietoja sekä apua ongelmien
ratkaisemiseen on jäljempänä tässä tiedostossa, Winen man-sivuilla sekä
@@ -81,8 +80,7 @@ Valinnaisia tukikirjastoja:
4. KÄÄNTÄMINEN
-Aiemmin mainitun wineinstall-skriptin sijaan Winen voi kääntää myös
-seuraavilla komennoilla:
+Winen voi kääntää seuraavilla komennoilla:
./configure
make
@@ -95,6 +93,8 @@ kääntämiseen Unixissa.
Komento './configure --help' näyttää asetuksia ja valintoja, joita
käännösprosessiin voi lisätä.
+Lisätietoja on osoitteessa https://wiki.winehq.org/Building_Wine
+
5. ASENNUS
Kun Wine on käännetty, komento "make install" asentaa Winen sekä sen man-sivut
Module: wine
Branch: stable
Commit: 83c20c59405c71da5d6d34f87b658022de52788b
URL: http://source.winehq.org/git/wine.git/?a=commit;h=83c20c59405c71da5d6d34f87…
Author: Austin English <austinenglish(a)gmail.com>
Date: Tue Feb 28 00:19:10 2017 -0600
readme: Remove wineinstall.
Signed-off-by: Austin English <austinenglish(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
(cherry picked from commit a33f4646cd8f3ac3b120871261c843d2f878ebef)
Conflicts:
tools/wineinstall
Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org>
---
README | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/README b/README
index 1627081..b1ca54f 100644
--- a/README
+++ b/README
@@ -13,11 +13,11 @@ LICENSE for the details.
2. QUICK START
-Whenever you compile from source, it is recommended to use the Wine
-Installer to build and install Wine. From the top-level directory
-of the Wine source (which contains this file), run:
+From the top-level directory of the Wine source (which contains this file),
+run:
-./tools/wineinstall
+./configure
+make
Run programs as "wine program". For more information and problem
resolution, read the rest of this file, the Wine man page, and
@@ -84,8 +84,7 @@ Optional support libraries:
4. COMPILATION
-In case you chose to not use wineinstall, run the following commands
-to build Wine:
+To build Wine, do:
./configure
make
@@ -97,6 +96,8 @@ Windows source code under Unix.
To see compile configuration options, do ./configure --help.
+For more information, see https://wiki.winehq.org/Building_Wine
+
5. SETUP
Once Wine has been built correctly, you can do "make install"; this