Multi-target build

Try to customize the MakeFile in order to be able to build an binary for
any target system.
This commit is contained in:
Bertrand Moreau 2020-08-18 17:18:45 +02:00
parent 80bb1a2285
commit fde8ae5c15
1 changed files with 6 additions and 4 deletions

View File

@ -38,10 +38,12 @@ the newer version.
### Compile and install ### Compile and install
You have to : You have to :
- download the code; - download ;
- choose your `TARGET` "android darwin dragonfly freebsd linux nacl netbsd openbsd plan9 solaris windows"; - 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; - choose your `ARCH` "386 amd64 amd64p32 arm arm64 ppc64 ppc64le mips mipsle mips64 mips64le mips64p32 mips64p32leppc s390 s390x sparc sparc64"
;
- and run ;
```bash ```bash
$ git clone https://github.com/zorchenhimer/MovieNight $ git clone https://github.com/zorchenhimer/MovieNight