Conflicts:
	readme.md
This commit is contained in:
Bertrand Moreau 2020-08-18 17:24:31 +02:00
commit 8a086ea2ca
1 changed files with 7 additions and 4 deletions

View File

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