File tree 1 file changed +8
-0
lines changed 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,16 @@ On Linux:
52
52
53
53
` ./vnc-software/download_tigervnc.sh `
54
54
55
+ TODO: this has been replaced by download_generic.sh, see build_release_linux.sh
56
+
55
57
On Windows (using Bash for Windows, see below):
56
58
57
59
` ./vnc-software/download_uvnc.sh `
58
60
61
+ TODO: this has been replaced by download_generic.sh, see build_release_windows.sh
62
+
63
+ On MacOS, see build_release_macos.sh
64
+
59
65
## Start the app
60
66
61
67
To start the PeerViewer standalone Electron app, do:
@@ -72,6 +78,8 @@ To build a release, have a look at the interactive scripts:
72
78
73
79
` ./build_release_windows.sh # needs to be done on a Windows machine, more info in the script itself `
74
80
81
+ ` ./build_release_macos.sh # needs to be done on a MacOS machine, more info in the script itself `
82
+
75
83
## Run as webapp
76
84
77
85
To run it as a webapp on http://localhost:8000/ , do:
You can’t perform that action at this time.
0 commit comments