mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-10 08:20:59 -04:00
meson-pgo: document limitations/requirements
This commit is contained in:
parent
87b68f23cb
commit
540310924b
1 changed files with 8 additions and 0 deletions
|
|
@ -1,5 +1,13 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Requirements:
|
||||||
|
#
|
||||||
|
# * all: build directory must not exist; it is created by the script
|
||||||
|
# * all: LC_CTYPE must be set to an UTF-8 locale
|
||||||
|
# * full*: must have at least one font installed
|
||||||
|
# * full-headless-sway: Sway 1.6.2 must be installed
|
||||||
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
usage_and_die() {
|
usage_and_die() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue