Giter Site home page Giter Site logo

Comments (1)

szstonelee avatar szstonelee commented on May 31, 2024

These are the static compressed library files, i.e, *.a.

RocksDB support compressed library and auto detect all of them and try to use them all. So I include all the compressed libraries of source files in deps folder.

You can try to build them one by one in folder deps. After the building of all these lib, the static lib files need to be in deps/static/lib/ folder because RedRock link them statically.

I tried to build them in the src/makefile. But I am not sure the makefile would work in all platforms.

Check the following in src/makefile:

libz.a:
cd ../deps/cd zlib-1.2.11 && ./configure && make && mv libz.a ../staticlib/

libbz2.a:
cd ../deps && make bzip2 && mv bzip2/libbz2.a staticlib/

libsnappy.a:
cd ../deps && make snappy

liblz4.a:
cd ../deps && make lz4

libzstd.a:
cd ../deps && make zstd

from redrock_old.

Related Issues (2)

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.