Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cipher0xdev/windows-environment-cpp
Windows environment for C / C++ programming
https://github.com/cipher0xdev/windows-environment-cpp
c cplusplus cpp cpp11 cpp14 cpp17 cpp20 environment environment--development environment-configuration mingw mingw-w64 mingw32 mingw64 windows windows-10 windows-11 windows-desktop windows10 windows11
Last synced: about 2 months ago
JSON representation
Windows environment for C / C++ programming
- Host: GitHub
- URL: https://github.com/cipher0xdev/windows-environment-cpp
- Owner: cipher0xdev
- License: gpl-3.0
- Created: 2024-03-08T02:48:01.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-08T06:33:53.000Z (10 months ago)
- Last Synced: 2024-10-18T16:35:40.674Z (3 months ago)
- Topics: c, cplusplus, cpp, cpp11, cpp14, cpp17, cpp20, environment, environment--development, environment-configuration, mingw, mingw-w64, mingw32, mingw64, windows, windows-10, windows-11, windows-desktop, windows10, windows11
- Language: PowerShell
- Homepage:
- Size: 470 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# windows-environment-cpp
Windows environment for C / C++ programming## Dependencies
### Git
Install Git, it is recommended that you get the latest version from the [official repository](https://github.com/git-for-windows/git/releases)|Platform|Version|Link|
|--------|-------|----|
|Windows x64|2.44 |[Download](https://github.com/git-for-windows/git/releases/download/v2.44.0.windows.1/Git-2.44.0-64-bit.exe)|
|Windows x86|2.44 |[Download](https://github.com/git-for-windows/git/releases/download/v2.44.0.windows.1/Git-2.44.0-32-bit.exe)|## Install
Navigate with file explorer to the folder where the repository was cloned and then run `install.bat` as administrator
```batch
git clone https://github.com/cipher0xdev/windows-environment-cpp.git
cd windows-environment-cpp
explorer .
```
![img](image-1.jpg)