Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

0vf/QuarkGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuarkGUI

GUI for Quark
The actual quark.exe executable used is made by Echnobas, all credits to him

it's cool

gui

Installation

To install, you can simply use the zip found in Releases. Alternitavely, you can build the program using the instructions below.

Build Instructions

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:

  1. Launch MSYS2 MINGW64
  2. Clone the Git repository: git clone https://github.com/z-ffqq/QuarkGUI.git
  3. 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
  4. CD into the cloned git repository
  5. Run cargo run, this should begin installing the dependencies and compiling the program.