-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor utils and remove packages from build module
- Loading branch information
Showing
15 changed files
with
755 additions
and
965 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ruxgo" | ||
version = "0.8.9" | ||
version = "0.9.0" | ||
edition = "2021" | ||
authors = ["Zewei Yang <[email protected]>"] | ||
description = "A Cargo-like build tool for building C and C++ applications" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
# builder 模块 | ||
|
||
**[build]** 模块描述了编译器的类型和所需远程库包。它包含两个部分: `compiler` 和 `packages`。 | ||
**[build]** 模块描述了编译器的类型。它包含 `compiler`。 | ||
|
||
- `compiler`: 指定编译器类型,例如: "gcc"。 | ||
|
||
- `packages`: 可选。主要用于从 Github 中获取应用的源代码,然后通过解析其中的 `config_linux.toml`文件来获取所需的库。当使用包时,你需要指定远程仓库和分支。 | ||
- `compiler`: 指定编译器类型,例如: "gcc"。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.