Add build instructions (README.md)

This commit is contained in:
q3aql 2021-12-30 11:12:46 +01:00
parent 60fcdc2481
commit c30858b348

View File

@ -48,7 +48,7 @@ FFmpeg builds for GNU/Linux & Windows (with Cygwin)
* **GNU/Linux instructions:** * **GNU/Linux instructions:**
* Install dependencies in your Linux distro: * Install dependencies in your GNU/Linux distro.
* Dependencies: `wget`, `git`, `gcc`, `g++`, `yasm`, `nasm`, `make`, `meson`, `ninja`. `gperf`, `autoconf` and `libtool` * Dependencies: `wget`, `git`, `gcc`, `g++`, `yasm`, `nasm`, `make`, `meson`, `ninja`. `gperf`, `autoconf` and `libtool`
* Type the following commands: * Type the following commands:
@ -63,7 +63,7 @@ FFmpeg builds for GNU/Linux & Windows (with Cygwin)
* **Windows instructions:** * **Windows instructions:**
* Install Cywin for [32bits](https://cygwin.com/setup-x86.exe) or [64bits](https://cygwin.com/setup-x86_64.exe). * Install Cywin 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`. * During installation, `configure the repository` and install `git` and `wget`.
* Open Cygwin terminal and type the following commands: * Open Cygwin terminal and type the following commands:
```shell ```shell