mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-19 19:25:41 +02:00
subprojects: use meson wrap files for tllist+fcft
This commit is contained in:
parent
9c03bd887f
commit
2262a3d837
4 changed files with 8 additions and 13 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
||||||
/bld/
|
/bld/
|
||||||
/pkg/
|
/pkg/
|
||||||
/src/
|
/src/
|
||||||
/subprojects/
|
/subprojects/*
|
||||||
|
!/subprojects/*.wrap
|
||||||
|
|
12
README.md
12
README.md
|
@ -90,18 +90,6 @@ Available modules:
|
||||||
|
|
||||||
## Installation
|
## 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:
|
To build, first, create a build directory, and switch to it:
|
||||||
```sh
|
```sh
|
||||||
mkdir -p bld/release && cd bld/release
|
mkdir -p bld/release && cd bld/release
|
||||||
|
|
3
subprojects/fcft.wrap
Normal file
3
subprojects/fcft.wrap
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[wrap-git]
|
||||||
|
url = https://codeberg.org/dnkl/fcft.git
|
||||||
|
revision = master
|
3
subprojects/tllist.wrap
Normal file
3
subprojects/tllist.wrap
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[wrap-git]
|
||||||
|
url = https://codeberg.org/dnkl/tllist.git
|
||||||
|
revision = master
|
Loading…
Add table
Reference in a new issue