mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-12 05:34:01 -04:00
README: add an 'installation' section
This commit is contained in:
parent
f43fb5f13f
commit
8fa6b5fa2d
1 changed files with 21 additions and 0 deletions
21
README.md
21
README.md
|
|
@ -9,6 +9,9 @@
|
||||||
1. [Requirements](#requirements)
|
1. [Requirements](#requirements)
|
||||||
1. [Running](#running)
|
1. [Running](#running)
|
||||||
1. [Building](#building)
|
1. [Building](#building)
|
||||||
|
1. [Installing](#installing)
|
||||||
|
1. [Arch Linux](#arch-linux)
|
||||||
|
1. [Other](#other)
|
||||||
1. [Fonts](#fonts)
|
1. [Fonts](#fonts)
|
||||||
1. [Shortcuts](#shortcuts)
|
1. [Shortcuts](#shortcuts)
|
||||||
1. [Keyboard](#keyboard)
|
1. [Keyboard](#keyboard)
|
||||||
|
|
@ -57,6 +60,24 @@ In addition to the dev variant of the packages above, you need:
|
||||||
* scdoc
|
* scdoc
|
||||||
|
|
||||||
|
|
||||||
|
## Installing
|
||||||
|
|
||||||
|
### Arch Linux
|
||||||
|
|
||||||
|
Use [makepkg](https://wiki.archlinux.org/index.php/Makepkg) to build
|
||||||
|
the bundled `PKGBUILD`.
|
||||||
|
|
||||||
|
|
||||||
|
### Other
|
||||||
|
|
||||||
|
Foot uses _meson_. If you are unfamiliar with it, the official
|
||||||
|
[tutorial](https://mesonbuild.com/Tutorial.html) might be a good
|
||||||
|
starting point.
|
||||||
|
|
||||||
|
I also recommend taking a look at that bundled Arch `PKGBUILD` file,
|
||||||
|
to see how it builds foot.
|
||||||
|
|
||||||
|
|
||||||
## Fonts
|
## Fonts
|
||||||
|
|
||||||
**foot** supports all fonts that can be loaded by _freetype_,
|
**foot** supports all fonts that can be loaded by _freetype_,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue