README.md updated - checkout dev001 branch
This commit is contained in:
parent
e9b990b717
commit
080d14d1ac
1 changed files with 31 additions and 1 deletions
32
README.md
32
README.md
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue