diff --git a/readme.md b/readme.md index cb66843..2aba400 100644 --- a/readme.md +++ b/readme.md @@ -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