README: just some small updates to the 'building' section

This commit is contained in:
Sybren A. Stüvel 2022-03-15 12:06:38 +01:00
parent 6d492a48b4
commit 8382fde977

View File

@ -6,13 +6,13 @@ Blender add-on sources are all combined in this one repository.
## Building
1. Install [Go 1.18 or newer](https://go.dev/) and Node 16 (see below)
1. Install [Go 1.18 or newer](https://go.dev/), Java (just a JRE is enough), and Node 16 (see below)
2. Set the environment variable `GOPATH` to where you want Go to put its packages. Defaults to `$HOME/go` if not set. Run `go env GOPATH` if you're not sure.
3. Ensure `$GOPATH/bin` is included in your `$PATH` environment variable.
4. Magically build the web frontend (still under development, no concrete steps documentable quite yet)
5. Run `make with-deps` to install build-time dependencies and build the application. Subsequent builds can just run `make` without arguments.
You should now have two executables: `flamenco-manager-poc` and `flamenco-worker-poc`.
You should now have two executables: `flamenco-manager` and `flamenco-worker`.
## Node / Web UI