Update linux.md
Mention list of required packages in Fedora.
This commit is contained in:
parent
8a90b15a36
commit
98b8e6841f
1 changed files with 18 additions and 1 deletions
19
linux.md
19
linux.md
|
@ -1,5 +1,13 @@
|
||||||
# Linux
|
# Linux
|
||||||
|
|
||||||
|
* [Structure](#structure)
|
||||||
|
* [What works](#what-works)
|
||||||
|
* [Executables](#executables)
|
||||||
|
* [applen](#applen)
|
||||||
|
* [qapple](#qapple)
|
||||||
|
* [Build](#build)
|
||||||
|
* [Fedora](#fedora)
|
||||||
|
|
||||||
## Structure
|
## Structure
|
||||||
|
|
||||||
There are 3 projects
|
There are 3 projects
|
||||||
|
@ -39,6 +47,8 @@ Some features totally ignored:
|
||||||
|
|
||||||
The rest is in a usable state.
|
The rest is in a usable state.
|
||||||
|
|
||||||
|
## Executables
|
||||||
|
|
||||||
### applen
|
### applen
|
||||||
|
|
||||||
Frontend based on ncurses, with a ASCII art graphic mode.
|
Frontend based on ncurses, with a ASCII art graphic mode.
|
||||||
|
@ -71,6 +81,13 @@ This is based on Qt, currently tested with 5.10
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
The project can be built using cmake.
|
The project can be built using cmake from the top level directory.
|
||||||
|
|
||||||
qapple can be managed from Qt Creator as well and the 2 have coexisted so far, but YMMV.
|
qapple can be managed from Qt Creator as well and the 2 have coexisted so far, but YMMV.
|
||||||
|
|
||||||
|
### Fedora
|
||||||
|
|
||||||
|
On Fedora 31, from a fresh installation, install all packages from [fedora.list.txt](source/linux/fedora.list.txt).
|
||||||
|
|
||||||
|
Building with cmake works.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue