Skip to content

xxhash: WIP#1713

Open
extrowerk wants to merge 1 commit intoomniosorg:masterfrom
extrowerk:libxxhash-0.8.3
Open

xxhash: WIP#1713
extrowerk wants to merge 1 commit intoomniosorg:masterfrom
extrowerk:libxxhash-0.8.3

Conversation

@extrowerk
Copy link
Contributor

The makefile checks for uname here: https://github.com/Cyan4973/xxHash/blob/dev/Makefile#L572
and then it tries to use ginstall, which is not available on my side.
I belive there must be an easier way than patching it, but I have failed to find it.

#HELPNEEDED

@ThomasWaldmann
Copy link

This is what I use to build from source:

                sudo pkg install gcc14 git pkg-config python-313 gnu-make gnu-coreutils
                # install libxxhash from source
                git clone --depth 1 https://github.com/Cyan4973/xxHash.git
                cd xxHash
                sudo gmake install INSTALL=/usr/gnu/bin/install PREFIX=/usr/local
                cd ..
                export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:${PKG_CONFIG_PATH:-}"
                export LD_LIBRARY_PATH="/usr/local/lib:${LD_LIBRARY_PATH:-}"

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.

2 participants