aeonofdiscord / ferret

A gopher client
Other
8 stars 2 forks source link
browser gopher-client

ferret

ferret is a modern client for the gopher protocol. Currently (0.3.0) only Linux is supported.

Building from source

To build, you'll need cmake, which you can get from your package manager or https://cmake.org/.

(Previous versions of ferret required libui, but this requirement has been dropped in favour of GTK.)

cd into the directory where you placed the ferret source, then run

./build.sh
sudo ./install.sh

and you're good to go!