You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bin/README_EN.md
+10-6
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,19 @@ If the installation fails and you are prompted that you do not have permission,
9
9
Also make sure that you're using a correct Node.js version `>=16 as 16.18.1`. If you're using [nvm](https://github.com/nvm-sh/nvm) for Node.js version management you may run `nvm use` from the root folder of the project and the correct version will be picked up. Other Node.js version management tools, such as [fnm](https://github.com/Schniz/fnm) and [tj/n](https://github.com/tj/n), should also have similar feature.
10
10
11
11
**Preparation before installation**
12
+
12
13
- Check out the dependency guide provided by tauri(**very important**): [link](https://tauri.app/v1/guides/getting-started/prerequisites)
13
14
- Check nodejs, rust version.
14
15
- For windows(at least installed `Win10 SDK (10.0.19041.0)` and `Visual Studio build tool 2022(>=17.2)`),additional installation is required:
15
-
1. Microsoft Visual C++ 2015-2022 Redistributable (x64)
16
-
2. Microsoft Visual C++ 2015-2022 Redistributable (x86)
17
-
3. Microsoft Visual C++ 2012 Redistributable (x86) (optional)
18
-
4. Microsoft Visual C++ 2013 Redistributable (x86) (optional)
19
-
5. Microsoft Visual C++ 2008 Redistributable (x86) (optional)
16
+
17
+
1. Microsoft Visual C++ 2015-2022 Redistributable (x64)
18
+
2. Microsoft Visual C++ 2015-2022 Redistributable (x86)
19
+
3. Microsoft Visual C++ 2012 Redistributable (x86) (optional)
20
+
4. Microsoft Visual C++ 2013 Redistributable (x86) (optional)
21
+
5. Microsoft Visual C++ 2008 Redistributable (x86) (optional)
22
+
20
23
- In addition, Ubuntu can run the following command before starting to install the required dependencies in the early stage.
**try not to use `sudo` permissions**, If you must use sudo, you need install rust in you system environment. For Mac, you can use brew to install it. For Linux like Ubuntu, you need apt to install it.
41
+
**try not to use `sudo` permissions**, If you must use sudo, you need install rust in you system environment. For Mac, you can use brew to install it. For Linux like Ubuntu, you need apt to install it.
0 commit comments