paul-michalik / g2o

g2o: A General Framework for Graph Optimization
http://openslam.org/g2o.html
0 stars 0 forks source link

Bootstrap QGLViewer as vendor library for usage by g2o #11

Open paul-michalik opened 6 years ago

paul-michalik commented 6 years ago

Continuing work on a task INTHAD-188:

Scenario: Bootstrap a vendor package
    As a developer I want to add vendor packages
    which are not delivered via official channels (vcpkg, ...)
    And which for some reason should not be distributed via official package delivery channels
    In order to use them in my project and share the setup with my team

The first sketch is to add a vendor section to bootstrap.bat or bootstrap.sh which installs the required packages into .vendor folder. In the structure of the vendor folder will follow the conventions and layout of vcpkg folders.

The issue has two purposes:

paul-michalik commented 6 years ago

Please continue the development on feature/#11-bootstrap-qglviewer-as-vendor-library-for-usage-by-g2o.