README.md updated - checkout dev001 branch

This commit is contained in:
Rene V. Vergara A. 2024-02-10 16:11:56 -05:00
parent e9b990b717
commit 080d14d1ac
1 changed files with 31 additions and 1 deletions

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
```