From f0b8d463dd1fbdf91cc6e1cb449440fd99aaa36c Mon Sep 17 00:00:00 2001 From: Vlad Jerca Date: Fri, 10 May 2019 20:44:01 +0300 Subject: [PATCH] Readme: reword binary architecture setup Former-commit-id: ce88742f2631048a6182e2a5de249fb4893ad58d --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1258071..6dbd54a 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,10 @@ location: `/usr/bin` #### Behavior -If you are building a client app, and you don't know the processor achitecture. +If you wish to support multiple client processor architectures, you can do so by creating a folder `x64` and `x86` in the `root` directory. +Both folders should contain the binaries (`ffmpeg.exe` and `ffprobe.exe`) for build for the respective architectures. -By creating a folder `x64` and `x86` in the `root` directory, the lib will automatically try to use either `/root/{ARCH}/(ffmpeg|ffprobe).exe`. +By doing so, the library will attempt to use either `/root/{ARCH}/(ffmpeg|ffprobe).exe`. If these folders are not defined, it will try to find the binaries in `/root/(ffmpeg|ffprobe.exe)`