From 7d75acd314e3147ba8036acf1b70d85aad284480 Mon Sep 17 00:00:00 2001 From: q3aql Date: Tue, 7 Mar 2023 22:32:04 +0100 Subject: [PATCH] README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 361f53e..4806d49 100644 --- a/README.md +++ b/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._