Home
last modified time | relevance | path

Searched refs:build (Results 1 – 10 of 10) sorted by relevance

/xiu/
H A DMakefile15 build: target
16 cargo build
H A D.travis.yml38 - cargo build --release
39 - cargo build --release --no-default-features
40 - cargo build --release --all-features
H A DREADME.md103 We use makefile to build xiu and revelant libraries.
105 - Using make local to build local source codes:
107 make local && make build
108 - Using make online to pull the online crates codes and build:
110 make online && make build
H A DREADME_CN.md104 make local && make build
107 make online && make build
H A DCargo.lock698 name = "cxx-build"
1449 "cxx-build",
/xiu/.github/workflows/
H A Drust.yml13 build:
20 run: cargo build --verbose
/xiu/application/xiu/
H A DREADME.md98 We use makefile to build xiu and revelant libraries.
100 - Using make local to build local source codes:
102 make local && make build
103 - Using make online to pull the online crates codes and build:
105 make online && make build
/xiu/protocol/webrtc/src/
H A Dwhip.rs48 .build(); in handle_whip()
H A Dwhep.rs53 .build(); in handle_whep()
/xiu/protocol/rtmp/
H A DREADME.md3 This is a simple rtmp library for easy use and reading, you can build your own single rtmp server o…