Skip to content

Commit 5ad176a

Browse files
committed
docs
1 parent c62364b commit 5ad176a

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

docs/.vscode/settings.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"typescript.tsdk": "node_modules/typescript/lib"
3-
}
2+
"typescript.tsdk": "node_modules/typescript/lib",
3+
"cSpell.enableFiletypes": [
4+
"mdx"
5+
]
6+
}

docs/src/content/docs/build-help.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can export these before you run the script to set them. The can be used for
3939
| `qbt_libtorrent_version` | `2.0` | `1.2` `2.0` | `qbt_libtorrent_version="2.0"` |
4040
| `qbt_qt_version` | `6` | `5.12` `5.15` `6.3` `6.3.1` | `qbt_qt_version="6"` |
4141
| `qbt_build_tool` | `cmake` | `cmake` `qmake` | `qbt_build_tool="cmake"` |
42-
| `qbt_cross_name` | empty = `unset` (default to OS gcc) | See Cross arch otpions below | `qbt_cross_name="aarch64"` |
42+
| `qbt_cross_name` | empty = `unset` (default to OS gcc) | See Cross arch options below | `qbt_cross_name="aarch64"` |
4343
| `qbt_patches_url` | `username/repo` | `username/repo` | `qbt_patches_url="userdocs/qbittorrent-nox-static"` |
4444
| `qbt_skip_icu` | `yes` | `yes` `no` | `qbt_skip_icu="yes"` |
4545
| `qbt_boost_tag` | latest github stable release or tag | Any valid git tag | `qbt_boost_tag="boost-1.86.0"` |
@@ -55,17 +55,17 @@ You can export these before you run the script to set them. The can be used for
5555
| `qbt_standard` | `20` | `14` `17` `20` `23` | `qbt_standard="20"` |
5656
| `qbt_static_ish` | `no` | `yes` `no` | `qbt_static_ish="no"` |
5757

58-
<Details summary="Cross arch otpions">
58+
<Details summary="Cross arch options">
5959
`armel` `armhf` `armv7` `aarch64` `x86_64` `x86` `s390x` `powerpc` `ppc64el`
6060
`mips` `mipsel` `mips64` `mips64el` `riscv64`
6161
</Details>
6262

6363
:::tip
64-
If you see more variables in the script but they are not listed here they are Github Action specific configured by workflows and you should ignroe them
64+
If you see more variables in the script but they are not listed here they are Github Action specific configured by workflows and you should ignore them
6565
:::
6666

6767
:::note
68-
If you set `qbt_build_tool=qmake` and `qbt_qt_version=5` you can build qBittorrent v4 or earleir using Qt5.
68+
If you set `qbt_build_tool=qmake` and `qbt_qt_version=5` you can build qBittorrent v4 or earlier using Qt5.
6969
:::
7070

7171
## Switches and flags summarised
@@ -126,7 +126,7 @@ The `--boot-strap-release` and `--boot-strap-multi-arch` options are specific to
126126
qttools ------------ required Build qttools locally
127127
qbittorrent -------- required Build qbittorrent locally
128128

129-
env help - supported exportable evironment variables
129+
env help - supported exportable environment variables
130130

131131
export qbt_libtorrent_version="" -------- options 1.2 - 2.0
132132
export qbt_qt_version="" ---------------- options 5 - 5.15 - 6 - 6.2 - 6.3 and so on

qbittorrent-nox-static.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2088,7 +2088,7 @@ while (("${#}")); do
20882088
printf '%b\n' " ${text_dim}${color_magenta_light}qtbase${color_end} ${text_dim}-------------${color_end} ${text_dim}${color_red_light}required${color_end} ${text_dim}Build qtbase locally${color_end}"
20892089
printf '%b\n' " ${text_dim}${color_magenta_light}qttools${color_end} ${text_dim}------------${color_end} ${text_dim}${color_red_light}required${color_end} ${text_dim}Build qttools locally${color_end}"
20902090
printf '%b\n' " ${text_dim}${color_magenta_light}qbittorrent${color_end} ${text_dim}--------${color_end} ${text_dim}${color_red_light}required${color_end} ${text_dim}Build qbittorrent locally${color_end}"
2091-
printf '\n%b\n' " ${text_bold}${text_underlined}env help - supported exportable evironment variables${color_end}"
2091+
printf '\n%b\n' " ${text_bold}${text_underlined}env help - supported exportable environment variables${color_end}"
20922092
printf '\n%b\n' " ${text_dim}${color_magenta_light}export qbt_libtorrent_version=\"\"${color_end} ${text_dim}--------${color_end} ${text_dim}${color_red_light}options${color_end} ${text_dim}1.2 - 2.0${color_end}"
20932093
printf '%b\n' " ${text_dim}${color_magenta_light}export qbt_qt_version=\"\"${color_end} ${text_dim}----------------${color_end} ${text_dim}${color_red_light}options${color_end} ${text_dim}5 - 5.15 - 6 - 6.2 - 6.3 and so on${color_end}"
20942094
printf '%b\n' " ${text_dim}${color_magenta_light}export qbt_build_tool=\"\"${color_end} ${text_dim}----------------${color_end} ${text_dim}${color_red_light}options${color_end} ${text_dim}qmake - cmake${color_end}"

0 commit comments

Comments
 (0)