You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-5Lines changed: 20 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ You will need both the libraries and development packages of the following:
31
31
32
32
The 'pkg-config' program must be installed for building, unless you want to specify locations for includes and libs manually in the Makefile.
33
33
34
-
[~~MacPorts~~](https://www.macports.org)~~is highly recommended for installing dependencies on macOS.~~[Homebrew](https://brew.sh/) is now the recommended way to install dependencies on macOS, at least on Intel. I stopped using MacPorts because too many bugs affected packages I needed. Also, I don't have access to an Apple Silicon Mac (M1, M2, etc) so patches from people who *do* have these machines would be helpful.
34
+
[Homebrew](https://brew.sh/) is now the recommended way to install dependencies on macOS, at least on Intel. I stopped using MacPorts because too many bugs affected packages I needed. Also, I don't have access to an Apple Silicon Mac (M1, M2, etc) so patches from people who *do* have these machines would be helpful.
35
35
36
36
37
37
- - -
@@ -56,11 +56,26 @@ $ sudo gmake install
56
56
- - -
57
57
__Usage__
58
58
59
-
(this section is 'under construction')
60
-
61
-
`$ ./spiritvnc-fltk`
59
+
`cd` to the directory where `spiritvnc-fltk` was built, then...
60
+
```sh
61
+
$ ./spiritvnc-fltk
62
+
```
62
63
63
-
* You can only have 65,000 connection entries in the host-list (should be more than enough!)
64
+
##### Basic usage
65
+
* Double-click a server entry to try to connect to it
66
+
* Single-click a server entry to switch to it from another
67
+
* If connected, right-clicking a server entry closes the connection *(except `Listening` entries)*
68
+
* If NOT connected, right-clicking a server entry brings up a pop-up menu with various actions you can perform
69
+
70
+
##### Server entry buttons
71
+
* Click the [+] button to add a new server entry, click the [-] button to delete a server entry
72
+
* Click the [up arrow] button or [down arrow] button to move the selected server entry up or down the list
73
+
* Click the [timer icon] button to begin timed scanning of all connected servers
74
+
* Click the [ear] button to start listening for reverse VNC connections on port 5500
75
+
* Click the [?] button for version and help information
76
+
* Click the [three control sliders icon] button to adjust program settings
77
+
78
+
*(You can only have 65,000 connection entries in the host-list (should be more than enough!))*
0 commit comments