loader/README.md

17 lines
381 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# loader
`/usr/lib/loader``/usr/local/lib/loader`里的动态链接库作为插件加载!
可以通过`LOADER_PLUGIN_DIRS`覆盖默认插件目录!
Linux下用`:`分割路径Windows下用`;`分割路径。
为了方便测试,用
[just](https://github.com/casey/just)
封装了meson
```console
$ meson setup builddir
$ just install
$ /usr/local/bin/loader
```