Added README.me
This commit is contained in:
parent
e9b990b717
commit
8d4099bc25
1 changed files with 29 additions and 1 deletions
30
README.md
30
README.md
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue