mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-17 22:05:22 -05:00
install: add ‘options’ section, describing compile-time options
This commit is contained in:
parent
3df4ec1c8e
commit
559c87b84a
1 changed files with 10 additions and 0 deletions
10
INSTALL.md
10
INSTALL.md
|
|
@ -7,6 +7,7 @@
|
|||
1. [Arch Linux](#arch-linux)
|
||||
1. [Other](#other)
|
||||
1. [Setup](#setup)
|
||||
1. [Options](#options)
|
||||
1. [Release build](#release-build)
|
||||
1. [Size optimized](#size-optimized)
|
||||
1. [Performance optimized, non-PGO](#performance-optimized-non-pgo)
|
||||
|
|
@ -130,6 +131,15 @@ To build, first, create a build directory, and switch to it:
|
|||
mkdir -p bld/release && cd bld/release
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
All variants below support the following compile-time options:
|
||||
|
||||
| Option | Type | Default | Description | Extra dependencies |
|
||||
|--------|------|---------|---------------------|--------------------|
|
||||
| -Dime | Bool | True | Enables IME support | None |
|
||||
|
||||
|
||||
### Release build
|
||||
|
||||
Below are instructions for building foot either [size
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue