zorchenhimer PR comment

This commit is contained in:
Zorglube 2020-11-02 12:41:34 +01:00
parent 2d1cd12fc0
commit 8260e9c9df
1 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@ online.
### Older Go Versions ### Older Go Versions
You can install a newer version of Go alongside your OS's distribution by You can install a newer version of Go alongside your OS's distribution by
following the guide here: [https://golang.org/doc/install#extra_versions](https://golang.org/doc/install#extra_versions) following the guide here: [https://golang.org/doc/manage-install](https://golang.org/doc/manage-install)
Once you have that setup add an enviromnent variable named `GO_VERSION` and Once you have that setup add an enviromnent variable named `GO_VERSION` and
set it to the version you installed (eg, `1.14.1`). The Makefile will now use set it to the version you installed (eg, `1.14.1`). The Makefile will now use
@ -35,11 +35,11 @@ the newer version.
### Compile and install ### Compile and install
You have to : You have to :
- download **git clone https://github.com/zorchenhimer/MovieNight**, go into the source directory **cd MovieNight**; - 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 `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"; - 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**; - build `make TARGET=windows ARCH=386`;
- and run **./MovieNight**; - and run `./MovieNight`;
Example : Example :
```bash ```bash
@ -87,7 +87,7 @@ This docker-compose file will create a volume called *movienight-config* and aut
The container needs to be restarted to apply any changes you make to *settings.json*. The container needs to be restarted to apply any changes you make to *settings.json*.
### FreeNAS - FreeBSD build and run ### FreeNAS - FreeBSD build and run
An script wich setup an Jail and build and run MovieNight into that Jail as been writen, you'll find it here [freenas-iocage-movienight] (https://github.com/zorglube/freenas-iocage-movienight) An script wich setup an Jail and build and run MovieNight into that Jail as been writen, you'll find it here [freenas-iocage-movienight](https://github.com/zorglube/freenas-iocage-movienight)
## Usage ## Usage
Now you can use OBS to push a stream to the server. Set the stream URL to Now you can use OBS to push a stream to the server. Set the stream URL to