cosmic-utils / clipboard-manager

Clipboard manager for COSMICâ„¢
GNU General Public License v3.0
52 stars 7 forks source link

missing libs in the readme (compile failure) #66

Open BiteClassroom opened 3 months ago

BiteClassroom commented 3 months ago

This report details the failure encountered while attempting to install the clipboard manager application for COSMIC desktop environment.

Environment:

Operating System: Pop!_OS 22.04 LTS (x86_64)
Device Model: VivoBook ASUS Laptop X513IA_M513IA 1.0
Kernel Version: 6.9.3-76060903-generic
Desktop Environment: COSMIC
Rust Version: stable-x86_64-unknown-linux-gnu (unchanged - rustc 1.80.1)
Clipboard Manager Source: [invalid URL removed]

Steps Taken:

Cloned the clipboard manager source code from the provided GitHub repository.
Installed dependencies: sudo apt install libsqlite3-dev sqlite3
Executed build command: just build-release
Attempted installation: sudo just install

Error Encountered:

The build process failed during the build-release step with exit code 101. Recipe build-release failed on line 28 with exit code 101

wiiznokes commented 3 months ago

could you post the log of cargo build --release ?

BiteClassroom commented 3 months ago

it fixed i ran sudo apt install build-essential pkg-config libssl-dev then cargo build --release

LiamillionSS commented 2 months ago

In my case " sudo apt install just libxkbcommon-dev " was also required in addition to the above

wiiznokes commented 2 months ago

Would be nice to add these to the readme. I'm not sure all are required tho. Imo, just