subprojects: use meson wrap files for tllist+fcft

This commit is contained in:
Daniel Eklöf 2020-12-25 12:22:15 +01:00
parent 9c03bd887f
commit 2262a3d837
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 8 additions and 13 deletions

View file

@ -90,18 +90,6 @@ Available modules:
## Installation
If you have not installed [tllist](https://codeberg.org/dnkl/tllist)
and [fcft](https://codeberg.org/dnkl/fcft) as system libraries, clone
them into the `subprojects` directory:
```sh
mkdir -p subprojects
pushd subprojects
git clone https://codeberg.org/dnkl/tllist.git
git clone https://codeberg.org/dnkl/fcft.git
popd
```
To build, first, create a build directory, and switch to it:
```sh
mkdir -p bld/release && cd bld/release