Added README.me

This commit is contained in:
Rene V. Vergara A. 2024-02-10 15:48:09 -05:00
parent e9b990b717
commit 8d4099bc25

View file

@ -1 +1,29 @@
# 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 indtall libghc-gtk-dev
sudo apt install darcs
sudo apt install libgtk-3-dev
sudo apt install libgirepository1.0-dev
cd hkgui02
stack setup
stack run
```