mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-10 00:44:52 -06:00
docs: de: Add tag checkout info to 1.4.0 build guides.
This commit is contained in:
parent
d8c20bb204
commit
737b0e25d0
@ -30,10 +30,10 @@ Das HanBrake Repository klonen.
|
||||
|
||||
git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake
|
||||
|
||||
Liste verfügbare Tags in der HandBrake 1.3.x Release Serie und checke den aktuellsten aus.
|
||||
Liste verfügbare Tags in der HandBrake 1.4.x Release Serie und checke den aktuellsten aus.
|
||||
|
||||
git tag --list | grep ^1\.3\.
|
||||
git checkout refs/tags/$(git tag -l | grep -E '^1\.3\.[0-9]+$' | tail -n 1)
|
||||
git tag --list | grep ^1\.4\.
|
||||
git checkout refs/tags/$(git tag -l | grep -E '^1\.4\.[0-9]+$' | tail -n 1)
|
||||
|
||||
Baue HandBrake. Um nur die Kommandozeile zu bauen, deaktiviere die grafische Benutzeroberfläche indem du `--disable-gtk` anhängst.
|
||||
|
||||
|
||||
@ -38,10 +38,10 @@ Klone das HandBrake Repository.
|
||||
|
||||
git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake
|
||||
|
||||
Liste verfügbare Tags in der HandBrake 1.3.x Release Serie und checke den aktuellsten aus.
|
||||
Liste verfügbare Tags in der HandBrake 1.4.x Release Serie und checke den aktuellsten aus.
|
||||
|
||||
git tag --list | grep ^1\.3\.
|
||||
git checkout refs/tags/$(git tag -l | grep -E '^1\.3\.[0-9]+$' | tail -n 1)
|
||||
git tag --list | grep ^1\.4\.
|
||||
git checkout refs/tags/$(git tag -l | grep -E '^1\.4\.[0-9]+$' | tail -n 1)
|
||||
|
||||
Baue HandBrake. Um die experimentelle Unterstützung für Intel Quick Sync Video zu aktivieren, füge dem Aufruf `--enable-qsv` hinzu. Um nur das Komanndozeileninterface zu bauen, deaktivere die grafische Oberfläche, indem du die Option `--disable-gtk` anhängst.
|
||||
|
||||
|
||||
@ -52,10 +52,10 @@ Klone das HandBrake Repository.
|
||||
|
||||
git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake
|
||||
|
||||
Liste verfügbare Tags in der HandBrake 1.3.x Release Serie und checke den aktuellsten aus.
|
||||
Liste verfügbare Tags in der HandBrake 1.4.x Release Serie und checke den aktuellsten aus.
|
||||
|
||||
git tag --list | grep ^1\.3\.
|
||||
git checkout refs/tags/$(git tag -l | grep -E '^1\.3\.[0-9]+$' | tail -n 1)
|
||||
git tag --list | grep ^1\.4\.
|
||||
git checkout refs/tags/$(git tag -l | grep -E '^1\.4\.[0-9]+$' | tail -n 1)
|
||||
|
||||
Du kannst die zusätzlichen Abhängigkeiten mit dem mitgelieferten Script bauen und installieren. Wenn du möchtest, kannst du den Ausgabepfad abändern.
|
||||
|
||||
|
||||
@ -123,10 +123,10 @@ Klone das HandBrake Repository:
|
||||
|
||||
git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake
|
||||
|
||||
Liste verfügbare Tags in der HandBrake 1.3.x Release Serie und checke den aktuellsten aus.
|
||||
Liste verfügbare Tags in der HandBrake 1.4.x Release Serie und checke den aktuellsten aus.
|
||||
|
||||
git tag --list | grep ^1\.3\.
|
||||
git checkout refs/tags/$(git tag -l | grep -E '^1\.3\.[0-9]+$' | tail -n 1)
|
||||
git tag --list | grep ^1\.4\.
|
||||
git checkout refs/tags/$(git tag -l | grep -E '^1\.4\.[0-9]+$' | tail -n 1)
|
||||
|
||||
Baue die MinGW-w64 toolchain mit dem mitgelieferten Script und ersetze `username` durch deinen Benutzernamen. Du kannst natürlich einen anderen Ausgabepfad einstellen wenn du möchtest.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user