An open API service indexing awesome lists of open source software.

https://github.com/arskom/updsvc

Update Service
https://github.com/arskom/updsvc

cpp internship service winapi

Last synced: 7 months ago
JSON representation

Update Service

Awesome Lists containing this project

README

          

# Update Service

Windows update service for your projects

## Build instructions

Install VS Community with C++ capability and CMake support.
Then launch a developer shell:

```bat
cd L:\path\to\local\clone
md build-Debug
cd build-Debug
cmake -GNinja -DCMAKE_BUILD_TYPE=Debug ..
ninja
```