Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)