Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Viper committed Aug 23, 2020
1 parent c30ee1a commit 9e9b3d9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
]
],
"visualizerFile": "/home/da-viper/.config/Code - OSS/User/workspaceStorage/5859777fdc857f51ab4650537b9a8d46/tonka3000.qtvsctools/qt.natvis.xml"
}
]
}
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,19 @@ Lastest Koi version: 0.1.1 [beta]

Koi targets the latest version of the above deps. As of writing this file, these are; Qt 5.14.2, KDE Plasma 5.18.5, KDE Frameworks 5.70 and qmake 3.1.

#### Ubuntu Based
`sudo apt update`

`sudo apt install git cmake g++ extra-cmake-modules qtbase5-dev`

`sudo apt install libkf5coreaddons-dev libkf5widgetsaddons-dev libkf5config-dev libkf5package-dev libkf5service-dev`

#### Arch Linux

`sudo pacman -Syu`

`sudo pacman -S cmake gcc extra-cmake-modules`

Install it from the [AUR](https://aur.archlinux.org/packages/koi/).

#### Other Distros
Expand Down

0 comments on commit 9e9b3d9

Please sign in to comment.