Whenever I want to do a new Cygwin install on Windows, I’d have to just keep scrolling the Cygwin installer window to find the packages that I use frequently. I decided to compile a list of packages I use and put them here so that I wouldn’t have to waste time on it again in the future.
- Devel:
- cmake
- cmake-gui
- gcc-core
- gcc-g++
- gdb
- git
- make
- Libs:
- libboost-devel
- Python:
- python3
- Shells:
- chere (for shell integration)
- X11: (Needed for cmake-gui)
- gnu-free-fonts
- xinit
Additionally, I let Cygwin’s installer to auto-install additional required packages. These packages should be sufficient for compiling C/C++ code under Windows. In order to enable shell integration for bringing up a Cygwin terminal, this command should be executed from Cygwin terminal (using administrator privileges) after installation:
chere -i -t mintty
Recent Comments