GUI for Quark
The actual quark.exe executable used is made by Echnobas, all credits to him
it's cool
To install, you can simply use the zip found in Releases. Alternitavely, you can build the program using the instructions below.
Building is rather tricky without a GNU/Linux-like environment. We'll be using MSYS2 for the build instructions to make it as simple as possible, assuming you already have MSYS2 installed:
- Launch
MSYS2 MINGW64
- Clone the Git repository:
git clone https://github.com/z-ffqq/QuarkGUI.git
- Install required dependencies:
pacman -S mingw-w64-x86_64-glib2 mingw-w64-x86_64-pango mingw-w64-x86_64-atk mingw-w64-x86_64-gtk3 mingw-w64-x86_64-zlib mingw-w64-x86_64-libiconv mingw-w64-x86_64-rust
- CD into the cloned git repository
- Run
cargo run
, this should begin installing the dependencies and compiling the program.