From 489657e1ee6a0d1cef5a8bb6a13145f7b9b2b389 Mon Sep 17 00:00:00 2001 From: Alexandr Burdiyan Date: Fri, 8 Mar 2024 00:16:39 +0100 Subject: [PATCH] fixup! docs(build): add some tips for building on Windows --- docs/docs/build-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/build-system.md b/docs/docs/build-system.md index 5892d830d..de0b06eed 100644 --- a/docs/docs/build-system.md +++ b/docs/docs/build-system.md @@ -72,7 +72,7 @@ To build the desktop app: 1. Create a directory `plz-out/bin/backend` which is where Electron build system expects the `mintterd` binary to be. 2. Build `mintterd` with `go build -o plz-out/bin/backend/mintterd- ./backend/cmd/mintterd`. - Make sure `CGO_ENABLED=1` env variable is set. - - The `llvm-platform-triple` depends on the platform you're on. See the values we use in CI here: https://github.com/MintterHypermedia/mintter/blob/d7582fed90840eae953a191b779ef5285b9c21b1/.github/workflows/desktop-release.yml#L63. + - The `llvm-platform-triple` depends on the platform you're on. See the values we use in CI here: https://github.com/MintterHypermedia/mintter/blob/d7582fed90840eae953a191b779ef5285b9c21b1/.github/workflows/desktop-release.yml#L63-L79. - On Windows add `.exe` to the output path. 3. Run `yarn install`. 4. Run `yarn desktop` to start the Electron's dev workflow.