8000 GitHub - dogkisser/goonto: Install Goonto.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dogkisser/goonto

Repository files navigation

Goonto

If you have questions, please read the FAQ.

Building

You don't need to do this. If you just want to use Goonto, read the FAQ entry How do I run Goonto?

Debug builds (cargo build) differ slightly from release builds (cargo build --release). Notably, you can run Goonto without elevated permissions. This may break some features.

macOS / Windows

$ cargo build --release
$ target/release/goonto

Linux

Goonto has a few additional dependencies on Linux. They're listed in the Release build workflow.

It's just standard X11 libs, pkg-config, and cmake. You probably have them installed already.

Then:

$ cargo build --release
$ target/release/goonto
0