https://github.com/abbychau/cppgunzip
https://github.com/abbychau/cppgunzip
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abbychau/cppgunzip
- Owner: abbychau
- Created: 2022-11-06T09:31:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T09:43:35.000Z (over 2 years ago)
- Last Synced: 2025-02-14T03:15:31.910Z (4 months ago)
- Language: CMake
- Size: 146 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```bash
#(windows 11 + visual studio 2022)
conan profile new default --detect
#conan profile update settings.compiler.libcxx=libstdc++11 default
conan profile remove settings.compiler.libcxx defaultmkdir build
conan install .. --build=missing
cmake --build . --config Release
cmake .. -G "Visual Studio 17"
cmake --build . --config Release
```