README.md
This commit is contained in:
parent
ca2d3eb929
commit
7d75acd314
18
README.md
18
README.md
|
@ -21,7 +21,7 @@ FFmpeg builds for GNU/Linux & Windows
|
|||
|
||||
* Download the package [ffmpeg-6.0-linux-gnu-64bit-build2.tar.bz2](https://drive.proton.me/urls/87E226C29C#mcuvbx0p6DLy).
|
||||
* Open the terminal and type the following command for install:
|
||||
`$ sudo tar jxvf ffmpeg-6.0-linux-gnu-64bit-build2.tar.bz2 -C /`
|
||||
* `$ sudo tar jxvf ffmpeg-6.0-linux-gnu-64bit-build2.tar.bz2 -C /`
|
||||
|
||||
* **Windows instructions:**
|
||||
|
||||
|
@ -34,18 +34,18 @@ FFmpeg builds for GNU/Linux & Windows
|
|||
|
||||
* Download the package [ffmpeg-6.0-cygwin-64bit-build2.tar.gz](https://drive.proton.me/urls/87E226C29C#mcuvbx0p6DLy).
|
||||
* Open the Cygwin terminal and type the following command for install:
|
||||
`$ sudo tar jxvf ffmpeg-6.0-cygwin-64bit-build2.tar.gz -C /`
|
||||
* `$ sudo tar jxvf ffmpeg-6.0-cygwin-64bit-build2.tar.gz -C /`
|
||||
|
||||
### HOW TO CREATE YOUR BUILD:
|
||||
|
||||
* **GNU/Linux instructions:**
|
||||
|
||||
* Install dependencies in your GNU/Linux distro.
|
||||
* Dependencies: `wget`, `git`, and `lynx`
|
||||
* Dependencies: `wget`, `gcc`, `make`, `cmake`, `meson/ninja` and `git`.
|
||||
* Type the following commands:
|
||||
`$ git clone https://gitlab.com/q3aql/ffmpeg-builds`
|
||||
`$ cd ffmpeg-builds`
|
||||
`$ sudo ./ffmpeg-static-build-[arch].sh`
|
||||
* `$ git clone https://gitlab.com/q3aql/ffmpeg-builds`
|
||||
* `$ cd ffmpeg-builds`
|
||||
* `$ sudo ./ffmpeg-static-build-[arch].sh`
|
||||
|
||||
_Note: Replace `[arch]` with `linux32` or `linux64` depending on your architecture._
|
||||
|
||||
|
@ -54,9 +54,9 @@ FFmpeg builds for GNU/Linux & Windows
|
|||
* Install Cygwin for [32bits](https://cygwin.com/setup-x86.exe) or [64bits](https://cygwin.com/setup-x86_64.exe).
|
||||
* During installation, `configure the repository` and install `git` and `wget` or `lynx`.
|
||||
* Open Cygwin terminal and type the following commands:
|
||||
`$ git clone https://gitlab.com/q3aql/ffmpeg-builds`
|
||||
`$ cd ffmpeg-builds`
|
||||
`$ ./ffmpeg-share-build-[arch].sh`
|
||||
* `$ git clone https://gitlab.com/q3aql/ffmpeg-builds`
|
||||
* `$ cd ffmpeg-builds`
|
||||
* `$ ./ffmpeg-share-build-[arch].sh`
|
||||
|
||||
_Note: Replace `[arch]` with `cygwin32` or `cygwin64` depending on your architecture._
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user