109 Star 471 Fork 237

GVPopenEuler / stratovirt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile 476 Bytes
一键复制 编辑 原始数据 按行查看 历史
yezengruan 提交于 2023-07-03 15:35 . add make to build dependencies
.PHONY: build
build: yum-deps
cargo build --workspace --bins --release
.PHONY: dbg-build
dbg-build: yum-deps
cargo build --workspace --bins
.PHONY: install
install:
cargo install --locked --path .
.PHONY: clean
clean:
cargo clean
yum-deps:
@yum install pixman-devel
@yum install libcap-ng-devel
@yum install cyrus-sasl-devel
@yum install pulseaudio
@yum install clang
@yum install gtk3-devel
@yum install libusbx
@yum install alsa-lib-devel
@yum install make
1
https://gitee.com/openeuler/stratovirt.git
git@gitee.com:openeuler/stratovirt.git
openeuler
stratovirt
stratovirt
master

搜索帮助