Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeromake/xrepo
self xmake repo
https://github.com/zeromake/xrepo
Last synced: about 1 month ago
JSON representation
self xmake repo
- Host: GitHub
- URL: https://github.com/zeromake/xrepo
- Owner: zeromake
- License: mit
- Created: 2022-10-21T01:27:14.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T08:33:46.000Z (7 months ago)
- Last Synced: 2024-05-28T21:26:16.118Z (7 months ago)
- Language: Lua
- Size: 704 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## zeromake's xmake repo
- 全部为 xmake 编译工具控制的依赖库,不包含 cmake 之类的库。
- 可以进行全静态化编译,xmake 对于动态库并不会把动态库安装到系统上。
- 主要是一些项目的依赖希望静态依赖,但是 xmake 的官方库只支持动态(实际上是偷了个懒直接下了预编译的)。
- 还有就是很多的库是有 cmake 的,但是没发现,然后在项目里都已经写好了 xmake 脚本进行编译了,不能浪费还是找个地方放。