Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Improvements to C++ lib #5

@caesay

Description

@caesay

Future improvements:

  • Qt should have some special support, eg. AutoUpdate from the Qt sample built in
  • Eventually, the Vfusion binary logic is going to get moved into Update.exe, which is already distributed with your app automatically, so you don't need to bring that binary yourself.
  • Add CMake scripts and distribute it on vcpkg so it's easy for developers to install and update.

Compile the sample:

In a c++ cmake project, extending it with libraries is pretty much:

  1. add library repo as submodule
  2. Add 1-2 commands in parent cmake to embed/compile library statically or dynamically
  3. #include <Library.h>
  4. PROFIT!

With vcpkg it's the same except without the first step.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions