GithubHelp home page GithubHelp logo

hrwangchengdu / pdlfs-common Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pdlfs/pdlfs-common

0.0 2.0 0.0 869 KB

Common data structures and service abstractions shared by multiple file system projects within PDL

License: BSD 3-Clause "New" or "Revised" License

CMake 3.06% Shell 0.71% C++ 95.17% C 1.06%

pdlfs-common's Introduction

Internal code shared by several top-level projects inside PDL including deltafs, indexfs, and tablefs.

Build Status

Building

We use cmake and suggest you to do an out-of-source build. To install cmake and other build tools on Ubuntu 16.04+ LTS:

sudo apt-get update
sudo apt-get install gcc g++ make pkg-config
sudo apt-get install cmake cmake-curses-gui

Then, create a dedicated build directory and run 'ccmake' command from it:

cd deltafs
mkdir build
cd build
ccmake ..

Type 'c' multiple times and choose suitable options. Recommended options are:

 BUILD_SHARED_LIBS                ON
 BUILD_TESTS                      ON
 CMAKE_BUILD_TYPE                 RelWithDebInfo
 CMAKE_INSTALL_PREFIX             /usr/local
 CMAKE_PREFIX_PATH
 DEBUG_SANITIZER                  Off
 PDLFS_GFLAGS                     OFF
 PDLFS_GLOG                       OFF
 PDLFS_MARGO_RPC                  OFF
 PDLFS_MERCURY_RPC                OFF
 PDLFS_RADOS                      OFF
 PDLFS_SNAPPY                     OFF

Once you exit the cmake configuration screen and are ready to build the targets, do:

make

pdlfs-common's People

Contributors

chuckcranor avatar zhengqmark avatar

Watchers

 avatar  avatar

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.