logoalt Hacker News

thcuktoday at 3:48 AM1 replyview on HN

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.


Replies

thcuktoday at 4:33 AM

git clone https://github.com/localgpt-app/localgpt.git

cd localgpt/

edit cargo.toml and add "x11" to eframe

cargo install --path ~/.cargo/bin

Hey! is that Kai Lentit guy hiring?