1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-02-13 19:42:12 +02:00

Update readme: windows build

This commit is contained in:
Chen-I Lim 2021-01-29 17:07:45 -08:00
parent 0ae440c7de
commit f4ddca94f7

View File

@ -48,12 +48,12 @@ You can build standalone apps that package the server to run locally against SQL
* `make linux-app`
* run `linux/dist/focalboard-app`
* *Tested with: Ubuntu 18.04*
* Windows
* Windows:
* Open a git-bash prompt
* Install win-node-env `npm install -g win-node-env`
* `make win-app`
* run `win/dist/focalboard.exe`
* *Requires: Windows 10*
* *Tested with: git bash*
Cross-compilation currently isn't fully supported, so please build on the appropriate platform. Refer to the GitHub Actions workflows (build-mac.yml, build-win.yml, build-ubuntu.yml) for the detailed list of steps on each platform.