Skip to content

Debian package build workspace for the libfreenect2 library

License

Notifications You must be signed in to change notification settings

threeal/libfreenect2-deb

Repository files navigation

Libfreenect2 Debian Package

repository size license test status deploy status

This project contains a CPack build workspace of the libfreenect2. This project is created to simplify the deployment of the library as a Debian package.

Usage

Updating the Source Code

  • Initialize the submodule and pull the latest commits.
    $ git submodule update --init --recursive
  • Modify the CPack configuration in the CMakeLists.txt according to the current source code information.

    See this guide for more information on CPack configuration for Debian package.

Building the Project

  • Create a build directory and move to it.
    $ mkdir build
    $ cd build
  • Configure CMake with the following options.
    $ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
  • Build the project.
    $ make

    Optionally, you could speed up the build process by specifying the parallel job using -j option, see this.

  • Build Debian packages.
    $ make package

License

This project is maintained by Alfi Maulana and licensed under the MIT LICENSE

About

Debian package build workspace for the libfreenect2 library

Topics

Resources

License

Stars

Watchers

Forks

Languages