-
Notifications
You must be signed in to change notification settings - Fork 2
Dependencies
net-lib
is used only for send-url
(for h
selectors) and can also be effortlessly removed. Besides that, it’s just gui-lib
.
You don’t need to deal with dependency packages if you’re installing gophwr through raco, as raco takes cares of dependencies for you.
gui-lib
(and its dependency draw-lib
) and net-lib
are part of the main distribution, but they aren’t bundled with minimal installs. To manually install them system-wide, do # raco pkg install -i net-lib draw-lib gui-lib
. (You can do % raco pkg install -u net-lib draw-lib gui-lib
to install the packages for the current user only.)
Depends on lib{crypto,ssl}.{so,dll,dylib}
for TLS, although TLS functionality can be trivially diked out if necessary.
On systems besides Windows and macOS, if your system has GTK 3, Racket will try to use that. Otherwise, it will fall back on GTK 2. To force it to use GTK 2, set the environment variable PLT_GTK2
.