1
General (but related to Code::Blocks) / Re: Question about Arabic Language Support in Code::Blocks
« Last post by everSome on Today at 01:20:07 pm »FWIW, the NassiShneiderman plugin has a dependency on the Boost library. At least in the MSYS2 environment that I use on Microsoft Windows 10 to build Code::Blocks with the NassiShneiderman plugin, the Boost library (acquired via "pacman -S --noconfirm --needed mingw-w64-ucrt-x86_64-boost-libs") will have already pulled in the ICU library (otherwise acquired via "pacman -S --noconfirm --needed mingw-w64-ucrt-x86_64-icu") as it is a dependency. Note: only use the --needed option if you know you MSYS2 environment is already otherwise up to date.