Skip to content

Automatically built codeblocks for both 32b and 64b Windows systems.

Notifications You must be signed in to change notification settings

zxunge/x86-codeblocks-builds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 

Repository files navigation

main main64 Downloads Welcome PRs Stars

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. Those who don't want to install MSYS2 please refer to one of this repository's forks: asmwarrior/x86-codeblocks-builds