README.md

This commit is contained in:
q3aql 2024-05-01 11:15:01 +02:00
parent 3407101f2f
commit c021c62cc7

View File

@ -43,7 +43,7 @@ FFmpeg builds for GNU/Linux & Windows
* Install dependencies in your GNU/Linux distro.
* Dependencies: `wget`, `gcc`, `make`, `cmake`, `meson/ninja` and `git`.
* Type the following commands:
* `$ git clone https://gitlab.com/q3aql/ffmpeg-builds`
* `$ git clone https://git.q3aql.dev/q3aql/ffmpeg-builds`
* `$ cd ffmpeg-builds`
* `$ sudo ./ffmpeg-static-build-[arch].sh`
@ -54,7 +54,7 @@ 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`
* `$ git clone https://git.q3aql.dev/q3aql/ffmpeg-builds`
* `$ cd ffmpeg-builds`
* `$ ./ffmpeg-share-build-[arch].sh`