Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1519530

Browse files
Installation specific instructions
1 parent 59ef721 commit 1519530

File tree

4 files changed

+33
-0
lines changed

4 files changed

+33
-0
lines changed

‎content/software/app-lab/tutorials/01.getting-started/apps-lab-ide.md‎

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ The board is automatically updated when a new update is released. To download an
4040

4141
## Install & Set Up Arduino App Lab
4242

43+
***Instructions for your specific OS is available down below.***
44+
4345
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.
4446
2. Download and run the installation file.
4547
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
4951

5052
***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.***
5153

54+
### MacOS
55+
56+
On MacOS, run the `.dmg` file from your Downloads folder, and move it to your Applications folder.
57+
58+
![MacOS installation](assets/macos.png)
59+
60+
### Windows
61+
62+
On Windows, run the `.exe` file from your Downloads folder, and complete the installation.
63+
64+
![Windows Installation](assets/windows.png)
65+
66+
### Linux
67+
68+
On LinuxOS (Ubuntu based), unzip the downloaded file (`.zip`). Navigate to the folder and run the application.
69+
70+
![Linux Installation](assets/linux.png)
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+
5285
## Board Modes
5386

5487
The board can be used in **three different modes:**
325 KB
Loading[フレーム]
706 KB
Loading[フレーム]
513 KB
Loading[フレーム]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /