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
- Host: GitHub
- URL: https://github.com/arskom/updsvc
- Owner: arskom
- License: bsd-2-clause
- Created: 2023-07-10T10:00:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T07:59:52.000Z (about 2 years ago)
- Last Synced: 2025-01-19T20:19:21.736Z (9 months ago)
- Topics: cpp, internship, service, winapi
- Language: C++
- Homepage:
- Size: 280 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```