Author Topic: what is the correct zip executable you use to build the C::B  (Read 1143 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6090
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
what is the correct zip executable you use to build the C::B
« on: September 25, 2025, 09:31:18 am »
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.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6090
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: what is the correct zip executable you use to build the C::B
« Reply #1 on: September 25, 2025, 10:10:23 am »
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.