Compare commits

...

3 commits

Author SHA1 Message Date
8e0e31aa7c small fix in README.md 2024-02-10 16:07:31 -05:00
151e02f140 Small fix 2024-02-10 15:59:11 -05:00
8d4099bc25 Added README.me 2024-02-10 15:48:09 -05:00

View file

@ -1 +1,31 @@
# hkgui02
# Zenith - Development / Test GI.GTK for GUI
## Description
Haskell GUI interface using GTK libraries.
## Requirements
* OS: Kubuntu 22.04
* Desktop Manager: KDE
## Installation
```bash
sudo apt install libghc-gtk-dev
sudo apt install darcs
sudo apt install libgtk-3-dev
sudo apt install libgirepository1.0-dev
git clone https://git.vergara.tech/reneve/hkgui02.git
cd hkgui02
stack setup
stack run
```