庵中十三居士
Results
1
issues of
庵中十三居士
我修改了 `CMakeLists.txt` 添加安装 `librwkv.so` 的功能( `make install/cmake --install` ), 并且支持 `pkg-config`。 使用效果: ```bash meng@laptop:/tmp$ cat main.c #include "rwkv.h" #include int main(void) { printf("%s\n", rwkv_get_system_info_string()); return 0; } meng@laptop:/tmp$ echo gcc...