arskom / updsvc

Update Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Service

Windows update service for your projects

Build instructions

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

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

About

Update Service

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 99.5%Language:C 0.3%Language:CMake 0.2%