Automatically built Code::Blocks binaries for both 32-bit and 64-bit Windows systems
2024-10-18 20:08:18 +00:00
.github/workflows Use a reduced workflow. 2024-10-01 11:14:23 +08:00
README.md Rewrite readme for links to lead to this repo 2024-10-18 20:01:54 +00:00
SECURITY.md Add security policy 2024-10-18 20:08:18 +00:00

main main64

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

Usage

Install the following packages in msys2(64-bit users please use 'x86_64' instead of 'i686'):

pacman -S mingw-w64-i686-toolchain            \
          mingw-w64-i686-boost                \
          mingw-w64-i686-hunspell             \
          mingw-w64-i686-wxwidgets3.2-common  \
          mingw-w64-i686-wxwidgets3.2-msw     \
          mingw-w64-i686-drmingw              \
          mingw-w64-i686-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 and lacks the CbLauncher.exe. For the availability of CbLauncher.exe and those necessary dependencies, please refer to one of the other repository's fork: asmwarrior/x86-codeblocks-builds