From fde8ae5c15a993c7f34a876731eaf65c88074c9c Mon Sep 17 00:00:00 2001 From: Bertrand Moreau Date: Tue, 18 Aug 2020 17:18:45 +0200 Subject: [PATCH] Multi-target build Try to customize the MakeFile in order to be able to build an binary for any target system. --- readme.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 29cb158..fae361e 100644 --- a/readme.md +++ b/readme.md @@ -38,10 +38,12 @@ the newer version. ### Compile and install You have to : - - download the code; - - choose your `TARGET` "android darwin dragonfly freebsd linux nacl netbsd openbsd plan9 solaris windows"; - - choose your `ARCH` "386 amd64 amd64p32 arm arm64 ppc64 ppc64le mips mipsle mips64 mips64le mips64p32 mips64p32leppc s390 s390x sparc sparc64"; - - and run; + - download ; + - choose your `TARGET` "android darwin dragonfly freebsd linux nacl netbsd openbsd plan9 solaris windows" + ; + - choose your `ARCH` "386 amd64 amd64p32 arm arm64 ppc64 ppc64le mips mipsle mips64 mips64le mips64p32 mips64p32leppc s390 s390x sparc sparc64" + ; + - and run ; ```bash $ git clone https://github.com/zorchenhimer/MovieNight