mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
README: add 'git submodule update --init' step to how-to-install
This commit is contained in:
parent
f4e8a9c375
commit
ee7ff9501e
1 changed files with 8 additions and 1 deletions
|
|
@ -267,7 +267,14 @@ I also recommend taking a look at the bundled Arch
|
|||
you intend to install a release build of foot, in which case you might
|
||||
be interested in the compiler flags used there.
|
||||
|
||||
First, create a build directory, and switch to it:
|
||||
If you have not installed [tllist](https://codeberg.org/dnkl/tllist)
|
||||
and [fcft](https://codeberg.org/dnkl/fcft) as system libraries, check
|
||||
them out as git submodules:
|
||||
```sh
|
||||
git submodule update --init
|
||||
```
|
||||
|
||||
To build, first, create a build directory, and switch to it:
|
||||
```sh
|
||||
mkdir -p bld/debug && cd bld/debug
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue