From 8382fde97753acd6adc6bed175094d0e194cf278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 15 Mar 2022 12:06:38 +0100 Subject: [PATCH] README: just some small updates to the 'building' section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82f8a839..a4caa70d 100644 --- a/README.md +++ b/README.md @@ -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