Conflicts:
	readme.md
This commit is contained in:
Bertrand Moreau 2020-08-19 16:52:14 +02:00
commit e517456bd2
1 changed files with 6 additions and 4 deletions

View File

@ -38,11 +38,13 @@ 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 **git clone https://github.com/zorchenhimer/MovieNight**, go into the source directory **cd MovieNight**;
- choose your `TARGET` oneof "android darwin dragonfly freebsd linux nacl netbsd openbsd plan9 solaris windows";
- choose your `ARCH` oneof "386 amd64 amd64p32 arm arm64 ppc64 ppc64le mips mipsle mips64 mips64le mips64p32 mips64p32leppc s390 s390x sparc sparc64";
- build **make TARGET=windows ARCH=386**;
- and run **./MovieNight**;
Example :
```bash
$ git clone https://github.com/zorchenhimer/MovieNight
$ cd MovieNight