https://github.com/zxunge/x86-codeblocks-builds
Automatically built codeblocks for both 32b and 64b Windows systems.
https://github.com/zxunge/x86-codeblocks-builds
binary codeblocks windows wxwidgets-applications
Last synced: 5 months ago
JSON representation
Automatically built codeblocks for both 32b and 64b Windows systems.
- Host: GitHub
- URL: https://github.com/zxunge/x86-codeblocks-builds
- Owner: zxunge
- Created: 2024-08-15T01:19:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-18T03:52:58.000Z (10 months ago)
- Last Synced: 2025-03-18T04:33:18.439Z (10 months ago)
- Topics: binary, codeblocks, windows, wxwidgets-applications
- Homepage: https://www.codeblocks.org
- Size: 111 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://github.com/zxunge/x86-codeblocks-builds/actions/workflows/build.yml)
[](https://github.com/zxunge/x86-codeblocks-builds/releases/)
[](https://github.com/zxunge/x86-codeblocks-builds/pulls)
[](https://github.com/zxunge/x86-codeblocks-builds/stargazers)

# General Introduction
Automatically built Code::Blocks binaries for both 32-bit and 64-bit Windows systems. You can always download the latest release at [Releases](https://github.com/zxunge/x86-codeblocks-builds/releases)
## Usage
> [!NOTE]
> As 32-bit wxWidgets packages are not provided officially by MSYS2, we suggest you using the archives from
> [zxunge/mingw-package-archives: Msys2 32-bit archives.](https://github.com/zxunge/mingw-package-archives)
> You can clone the repo and use `pacman -U` to install them.
> As a result, the wxWidgets version for 32-bit build has stuck to 3.2.6.0.
Install the following packages in msys2(32-bit users please use 'i686' instead of 'x86_64'):
````
pacman -S mingw-w64-x86_64-toolchain \
mingw-w64-x86_64-boost \
mingw-w64-x86_64-hunspell \
mingw-w64-x86_64-wxwidgets3.2-common \
mingw-w64-x86_64-wxwidgets3.2-msw \
mingw-w64-x86_64-drmingw \
mingw-w64-x86_64-tinyxml
````
Then extract the archive into /opt/codeblocks, export /opt/codeblocks/bin to PATH.
Run codeblocks!
> [!NOTE]
> This package requires a working MSYS2 Environment on your computer.
> Those who don't want to install MSYS2 please refer to one of this repository's forks:
> [asmwarrior/x86-codeblocks-builds](https://github.com/asmwarrior/x86-codeblocks-builds)