README.md

This commit is contained in:
q3aql 2023-03-07 22:32:04 +01:00
parent ca2d3eb929
commit 7d75acd314

View File

@ -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). * 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: * 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:** * **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). * 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: * 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: ### HOW TO CREATE YOUR BUILD:
* **GNU/Linux instructions:** * **GNU/Linux instructions:**
* Install dependencies in your GNU/Linux distro. * 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: * Type the following commands:
`$ git clone https://gitlab.com/q3aql/ffmpeg-builds` * `$ git clone https://gitlab.com/q3aql/ffmpeg-builds`
`$ cd ffmpeg-builds` * `$ cd ffmpeg-builds`
`$ sudo ./ffmpeg-static-build-[arch].sh` * `$ sudo ./ffmpeg-static-build-[arch].sh`
_Note: Replace `[arch]` with `linux32` or `linux64` depending on your architecture._ _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). * 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`. * During installation, `configure the repository` and install `git` and `wget` or `lynx`.
* Open Cygwin terminal and type the following commands: * Open Cygwin terminal and type the following commands:
`$ git clone https://gitlab.com/q3aql/ffmpeg-builds` * `$ git clone https://gitlab.com/q3aql/ffmpeg-builds`
`$ cd ffmpeg-builds` * `$ cd ffmpeg-builds`
`$ ./ffmpeg-share-build-[arch].sh` * `$ ./ffmpeg-share-build-[arch].sh`
_Note: Replace `[arch]` with `cygwin32` or `cygwin64` depending on your architecture._ _Note: Replace `[arch]` with `cygwin32` or `cygwin64` depending on your architecture._