文件名称:build autotools-构建依赖关系,以构建使用configure&make样式构建系统的本机库-Rust开发
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-16 14:13:38
Rust Build system
autobuilds / configure&make对build.rs的支持编译依赖项以编译使用autotools或兼容的configure脚本的本机库+ ma autotools / configure&make对build.rs的支持编译依赖项以编译使用autotools或兼容的configure脚本的本机库+制造。 它基于cmake-rs,并且API尝试尽可能与其相似。 #Cargo.toml [build-dependencies] autotools =“ 0.2” // build.rs使用自动工具; //在路径foo中构建项目,然后将其安装在$ OUT_DIR中。let dst = autotools :: build(“ foo”); //只需链接库即可,而无需使用pkg-config println!(“ cargo:rustc-li
【文件预览】:
autotools-rs-master
----.gitignore(31B)
----src()
--------lib.rs(20KB)
----.travis.yml(282B)
----LICENSE(1KB)
----Cargo.toml(410B)
----.gitmodules(113B)
----examples()
--------xmp-sys()
----README.md(2KB)