mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 08:03:55 +01:00
meson cleanup
This commit is contained in:
@ -24,13 +24,15 @@ cd exim-encrypt-dlfunc
|
||||
|
||||
```shell
|
||||
meson build # run only once
|
||||
cd build
|
||||
ninja
|
||||
meson compile -C build
|
||||
meson test -C build
|
||||
```
|
||||
|
||||
5. Copy to final destination (feel free to pick another place than `/usr/local/lib/`):
|
||||
|
||||
TBD…
|
||||
```shell
|
||||
meson install -C build
|
||||
```
|
||||
|
||||
6. Ensure you have the correct exim build:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user