GithubHelp home page GithubHelp logo

netdata / libjudy Goto Github PK

View Code? Open in Web Editor NEW
21.0 8.0 12.0 61.1 MB

Fork of the Judy C library for dynamic array originally imported from the SF project https://sourceforge.net/projects/judy/ with patches applied for build and bug fixes.

Home Page: https://sourceforge.net/projects/judy/

License: Other

Makefile 0.59% Shell 2.28% M4 0.61% C 86.77% Batchfile 0.49% Gnuplot 8.83% C++ 0.44%
c arrays dynamic judy-arrays judy

libjudy's Issues

Notes for people to build this under alpine linux /docker

This is what I needed for my dockerfile to make this work.

FROM alpine:latest AS builder
WORKDIR /
RUN apk add build-base git automake autoconf libtool m4
RUN git clone https://github.com/netdata/libjudy
RUN mkdir -p /libjudy/doc/man/man3
RUN cd /libjudy && sed -i 's/automake-1.9/automake/' bootstrap && ./bootstrap && ./configure && make install

The man3 directory is a makefile oversight but I have no idea how to correctly fix it. The sed automake hack seems to work for now, but might break in the future. There are some warnings about old names being used in configure.ac.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.