|
|
|
|
|
by thcuk
137 days ago
|
|
Fails to build "cargo install localgpt" under Linux Mint. Git clone and change Cargo.toml by adding """rust # Desktop GUI eframe = { version = "0.30", default-features = false, features = [
"default_fonts",
"glow",
"persistence",
"x11",
] } """ That is add "x11" Then cargo build --release succeeds. I am not a Rust programmer. |
|
cd localgpt/
edit cargo.toml and add "x11" to eframe
cargo install --path ~/.cargo/bin
Hey! is that Kai Lentit guy hiring?