1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-24 13:43:12 +02:00

Update readme with accurate Linux standalone app build instructions (#2351)

This commit is contained in:
Doug Lauder 2022-02-19 17:58:41 -05:00 committed by GitHub
parent d385511066
commit e7d6748bb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,8 @@ You can build standalone apps that package the server to run locally against SQL
* `sudo apt-get install libgtk-3-dev`
* `sudo apt-get install libwebkit2gtk-4.0-dev`
* `make linux-app`
* run `linux/dist/focalboard-app`
* uncompress `linux/dist/focalboard-linux.tar.gz` to a directory of your choice
* run `focalboard-app` from the directory you have chosen
* *Tested with: Ubuntu 18.04*
* Windows:
* Open a git-bash prompt