Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
8e0e31aa7c | |||
151e02f140 | |||
8d4099bc25 |
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