Zinc is a browser that focuses on performance and privacy and this installs Zinc for Windows users.
We used ultralight HTML rendering engine is used to render the UI and C++ is used for the install process.
- Fetching the latest version from GitHub API
- Download it onto your Temp folder
- Unzip it
- Move it to %localappdata%\Programs\Zinc
- Add shortcuts to Start Menu
- Attach uninstaller
- Voila
-
Clone the repository
git clone /~https://github.com/lockieluke/ZincInstaller.git
-
Navigate into the directory
cd ZincInstaller
-
Make build directory and navigate into it
md build && cd build
-
Make sure you have CMake
-
Configure CMake project
cmake ..
-
Build it!
cmake --config . --build Release
-
Run it!
cd Release && ./ZincInstaller.exe