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: content/software/app-lab/tutorials/01.getting-started/apps-lab-ide.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,8 @@ The board is automatically updated when a new update is released. To download an
40
40
41
41
## Install & Set Up Arduino App Lab
42
42
43
+
***Instructions for your specific OS is available down below.***
44
+
43
45
1. Navigate to the [Arduino Software Page](https://www.arduino.cc/en/software/#app-lab-section) and download the Arduino App Lab for your OS.
44
46
2. Download and run the installation file.
45
47
3. Launch the Arduino App Lab.
@@ -49,6 +51,37 @@ After launching the Arduino App Lab and connecting the UNO Q, you will be prompt
49
51
50
52
***You will also be prompted to login to your arduino.cc account. This is optional, but you will need to be logged in to use some of the features of the Arduino App Lab.***
51
53
54
+
### MacOS
55
+
56
+
On MacOS, run the `.dmg` file from your Downloads folder, and move it to your Applications folder.
57
+
58
+

59
+
60
+
### Windows
61
+
62
+
On Windows, run the `.exe` file from your Downloads folder, and complete the installation.
63
+
64
+

65
+
66
+
### Linux
67
+
68
+
On LinuxOS (Ubuntu based), unzip the downloaded file (`.zip`). Navigate to the folder and run the application.
69
+
70
+

71
+
72
+
**Note:** that currently you will need `libwebkit2gtk-4.1` installed on your machine to successfully run the Arduino App Lab. Install it by running:
73
+
74
+
-**Debian / Ubuntu:**
75
+
```sh
76
+
sudo apt install libwebkit2gtk-4.1-0
77
+
```
78
+
79
+
-**Arch:**
80
+
81
+
```sh
82
+
sudo pacman -S webkit2gtk-4.1
83
+
```
84
+
52
85
## Board Modes
53
86
54
87
The board can be used in **three different modes:**
0 commit comments