Shazoo / 7zip-BetterIcon

7Zip Windows Client (https://www.7-zip.org ) , re-build with better icons.

Home Page:https://oi.0w0.io/tags/7zip/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

7zip-BetterIcon

7Zip Windows Client (https://www.7-zip.org ) , re-build with better icons.

Better icons

How to Build

  • Use the Visual Studio 2017 Community or Visual Studio 2019 Community to build . (both test well)

  • Use the Native tool chain, for x86 and x64 build . you could find them in :C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Visual Studio 2017\Visual Studio Tools\VC . it is a useful cmd console window with perfect tool chain configuration.

  • Use the nmake to build .

    cd <project_root>\CPP\7zip

    x64:

    nmake NEW_COMPILER=1 MY_STATIC_LINK=1 CPU=AMD64
    

    x86:

    nmake NEW_COMPILER=1 MY_STATIC_LINK=1
    
  • Check the readme.md in build folder for the self-install file

If you don't like these icons , check the git log for the detail of how to replace icons .

Be free to send pull request or issue for YOUR better icons .

About

7Zip Windows Client (https://www.7-zip.org ) , re-build with better icons.

https://oi.0w0.io/tags/7zip/


Languages

Language:C++ 81.8%Language:C 15.3%Language:Makefile 1.6%Language:Assembly 0.8%Language:NSIS 0.4%