Code Monkey home page Code Monkey logo

libtraceevent's Introduction

The official repository is here:

  https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/


To build:

    make;
    sudo make install;

To build in a specific directory outside of the source directory:

    make O=/path/to/build; sudo make O=/path/to/build

  Note that the path needs to exist before building.

To set the install path (the expected final location):

    make prefix=/usr; sudo make O=/path/to/build

To install in a directory not for the local system (for use to move
to another machine):

    make DESTDIR=/path/to/dest/ install

  Note, if you have write permission to the DESTDIR, then there is
  no reason to use sudo or switch to root.

  Note, DESTDIR must end with '/', otherwise the files will be appended
  to the path, which will most likely have unwanted results.

Contributions:

  For questions about the use of the library, please send email to:

    [email protected]

    Subscribe: http://vger.kernel.org/vger-lists.html#linux-trace-users
    Archives: https://lore.kernel.org/linux-trace-users/

  For contributions to development, please send patches to:

    [email protected]

    Subscribe: http://vger.kernel.org/vger-lists.html#linux-trace-devel
    Archives: https://lore.kernel.org/linux-trace-devel/

  Note, this project follows the style of submitting patches as described
  by the Linux kernel.

     https://www.kernel.org/doc/html/v5.4/process/submitting-patches.html

libtraceevent's People

Contributors

chenchongbiao avatar deepin-community-ci-bot[bot] avatar

Watchers

 avatar  avatar  avatar

Forkers

chenchongbiao

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.