Skip to content

Small changes to satisfy compiler on Linux & Nix dev environment#10

Open
muradbu wants to merge 2 commits into
wiredopposite:masterfrom
muradbu:master
Open

Small changes to satisfy compiler on Linux & Nix dev environment#10
muradbu wants to merge 2 commits into
wiredopposite:masterfrom
muradbu:master

Conversation

@muradbu

@muradbu muradbu commented Apr 13, 2026

Copy link
Copy Markdown

I spent some time trying to get this to compile on Linux. I've created a developer shell containing the build dependencies in flake.nix. Then, I ran make, solving the compilation errors until it compiled. Simple and small changes.

muradbu and others added 2 commits April 14, 2026 00:31
Comment thread CMakeLists.txt
set(ENV{PKG_CONFIG_PATH} "/usr/local/lib/pkgconfig:$ENV{PKG_CONFIG_PATH}")

pkg_check_modules(LZ4 REQUIRED lz4)
pkg_check_modules(LZ4 REQUIRED liblz4)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could pose a problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant