Skip to content

Commit 80b9ecf

Browse files
committed
docs: align wording re: flutter
nit
1 parent f89abc0 commit 80b9ecf

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

docs/building.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,7 @@ Here you will find instructions on how to install the necessary tools for buildi
1414
The following instructions are for building and running on a Linux host. Alternatively, see the [Mac](#mac-host) and/or [Windows](#windows-host) section. This entire section (except for the Android Studio section) needs to be completed in WSL if building on a Windows host.
1515

1616
### Flutter
17-
Install Flutter 3.38.1 by [following their guide](https://docs.flutter.dev/get-started/install/linux/desktop?tab=download#install-the-flutter-sdk). You can also clone https://github.com/flutter/flutter, check out the `3.35.7` tag, and add its `flutter/bin` folder to your PATH as in
18-
```sh
19-
FLUTTER_DIR="$HOME/development/flutter"
20-
git clone https://github.com/flutter/flutter.git "$FLUTTER_DIR"
21-
cd "$FLUTTER_DIR"
22-
git checkout 3.35.7
23-
echo 'export PATH="$PATH:'"$FLUTTER_DIR"'/bin"' >> "$HOME/.profile"
24-
source "$HOME/.profile"
25-
flutter precache
26-
```
27-
28-
Run `flutter doctor` in a terminal to confirm its installation.
17+
Install Flutter 3.38.5 by [following their guide](https://docs.flutter.dev/get-started/install/linux/desktop?tab=download#install-the-flutter-sdk). Run `flutter doctor` in a terminal to confirm its installation.
2918

3019
### Android Studio
3120
Install Android Studio. Follow instructions here [https://developer.android.com/studio/install#linux](https://developer.android.com/studio/install#linux) or install via snap:
@@ -300,9 +289,7 @@ If the DLLs were built on the WSL filesystem instead of on Windows, copy the res
300289
Frostdart will be built by the Windows host later.
301290

302291
### Install Flutter on Windows host
303-
Install Flutter 3.38.5 on your Windows host (not in WSL2) by [following their guide](https://docs.flutter.dev/install/manual).
304-
305-
Run `flutter doctor` in PowerShell to confirm its installation.
292+
Install Flutter 3.38.5 on your Windows host (not in WSL2) by [following their guide](https://docs.flutter.dev/install/manual). Run `flutter doctor` in PowerShell to confirm its installation.
306293

307294
### Rust
308295
Install [Rust](https://www.rust-lang.org/tools/install) on the Windows host (not in WSL2). Download the installer from [rustup.rs](https://rustup.rs), make sure it works on the commandline (you may need to open a new terminal), and install the following versions:

0 commit comments

Comments
 (0)