Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support to generate .deb packages #130

Merged
merged 16 commits into from
Nov 8, 2017
Merged

Support to generate .deb packages #130

merged 16 commits into from
Nov 8, 2017

Commits on Nov 7, 2017

  1. Configuration menu
    Copy the full SHA
    9dd2275 View commit details
    Browse the repository at this point in the history
  2. markdown script: Add arguments for paths

    This adds arguments for the Python script to set the input and output
    file paths. This enables to the script to be run a bit more flexible.
    julianoes committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    293389a View commit details
    Browse the repository at this point in the history
  3. Makefile: move default install path to /usr/local

    This moves the default install path to /usr/local. This is closer to the
    way that most projects are set up and alows for much easier examples.
    julianoes committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    bef033e View commit details
    Browse the repository at this point in the history
  4. examples: cleanup CMakeLists.txt

    We only need to link to libdronecore now because it is installed
    system-wide and the library is already linked to pthread.
    julianoes committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    1a9ee89 View commit details
    Browse the repository at this point in the history
  5. grpc: don't link to phtread anymore

    libdronecore now already links to pthread.
    julianoes committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    86bcf36 View commit details
    Browse the repository at this point in the history
  6. Added script to create .deb package

    This adds a script which can create a .deb package using checkinstall.
    julianoes committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    124f42d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    825116f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d2fe7a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    195cddc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d96a243 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1e38b50 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    db05110 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    13e8dac View commit details
    Browse the repository at this point in the history
  14. appveyor: move to VS2017

    julianoes committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    ea6ff10 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2287e58 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bc3f32f View commit details
    Browse the repository at this point in the history