feat: 用Boost.DLL从指定目录用加载动态链接库!
This commit is contained in:
16
README.md
Normal file
16
README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user