News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

what is the correct zip executable you use to build the C::B

Started by ollydbg, September 25, 2025, 09:31:18 AM

Previous topic - Next topic

ollydbg

I try to setup a new PC(Windows 10) to build C::B.

Now, when look at the wiki document, I see this: https://wiki.codeblocks.org/index.php/MinGW_installation#Development_Tools

It looks that the 64bit zip command can only be downloaded from a ftp site?

ftp://ftp.info-zip.org/pub/infozip/win32/zip300xn-x64.zip

It can't be opened by my Firefox Web browser, so any way to download it directly from the web browser?

Thanks.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.