Skip to content

Commit 030f815

Browse files
committed
update screenshots
1 parent f4f3bc0 commit 030f815

8 files changed

Lines changed: 19 additions & 18 deletions

File tree

-141 KB
Loading
2.34 KB
Loading
159 KB
Loading
6.3 KB
Loading
136 KB
Loading
-4.71 KB
Loading
17.6 KB
Loading

docs/download/install-mac.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
11
# Installation on Mac
22

3+
This tutorial walks you through installing L5 with the Love (Love2d) framework on your Macintosh computer.
4+
35
## Video Tutorial
46

57
<iframe width="560" height="315" src="https://www.youtube.com/embed/Ehs-fLQ5gfk?si=Cf-zsDI4APY6R8Wl" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
68

79
## Text and Screenshot Tutorial
810

9-
This tutorial walks you through installing L5 with the Love (Love2d) framework on your Macintosh computer.
10-
11-
1. Go to the [Love website](https://love2d.org) and click to download the 64-bit zipped Mac program.
11+
1. Love is the underlying Framework that will allow L5 code to run on your computer. So we start by installing Love. Go to the [Love website](https://love2d.org) and click to download the 64-bit zipped Mac program.
1212
![Love2d website with downloads](/assets/tutorials/install/mac1.webp "Love2d website with downloads")
13-
2. Click **"Allow"** when it asks 'Do you want to allow downloads on "love2d.org"?' It will download to your *Downloads* folder by default.
13+
2. Click **"Allow"** if it asks 'Do you want to allow downloads on "love2d.org"?' It should download to your *Downloads* folder by default.
1414
![Alert box asking permission to download Love2d](/assets/tutorials/install/mac2.webp "Alert box asking permission to install Love2d")
15-
3. From the L5lua.org Download page, [download the L5 Starter project](/L5-starter.zip).
16-
![L5 website download page with L5 Starter](/assets/tutorials/install/mac3.webp "L5 website download page with L5 Starter")
17-
4. Click **"Allow"** when it asks 'Do you want to allow downloads on "l5lua.org"?'
18-
![Alert box asking permission to download L5-Starter](/assets/tutorials/install/mac4.webp "Alert box asking permission to download L5 Starter")
19-
5. Return to your *Downloads* folder on your computer. **Right click with two fingers** on the Love application icon. Choose "Open".
20-
![Folder with love application and L5 Starter folder](/assets/tutorials/install/mac5.webp "Folder with love application and L5 Starter folder")
21-
6. A warning popup box opens with the title 'macOS cannot verify the developer of "love". Are you sure you want to open it?'. Click **Open.**
22-
![Alert box stating macOS cannot verify the developer of love. The correct option is Open.](/assets/tutorials/install/mac6.webp "Alert box stating macOS cannot verify the developer of love. The correct option is Open")
23-
7. You should see a window open with a flying bird-shaped balloon and clouds, verifying that Love is now properly installed on your computer. **At this point you can close the window.**
24-
![A flying bird-shaped balloon and cartoon clouds](/assets/tutorials/install/mac7.webp "A flying bird-shaped balloon and cartoon clouds")
25-
8. Back in your downloads folder, **drag the L5-starter folder onto the Love application in the folder**. It should now launch and you should see a new window open with your code sketch.
26-
9.
27-
![A yellow background window appearing on top of folder holding L5 Starter and love application](/assets/tutorials/install/mac8.webp "A yellow background window appearing on top of folder holding L5 Starter and love application")
15+
3. Now on your desktop (called "Finder" on macOS) open up your *Downloads* folder. You can right click and choose Open (see screenshot) or double click on Love to launch it.
16+
![Folder with love application and L5 Starter folder](/assets/tutorials/install/mac3.webp "Folder with love application and L5 Starter folder")
17+
4. A warning popup box opens to say the program and code is not verified by Apple since you will be writing your own custom code. If you can choose Open because you turned off restrictions, then choose Open! Otherwise, **DO NOT** move to the trash.
18+
![Alert box stating macOS cannot verify the developer of love. The correct option is Open.](/assets/tutorials/install/mac4.webp "Alert box stating macOS cannot verify the developer of love. The correct option is Open")
19+
5. If you weren't allowed to open it, go to your System Setting > Privacy &amp; Security. Scroll down to the Security section and next to **"love" was blocked to protect your Mac.** choose **Open Anyway**.
20+
![System settings showing the Privacy and Security settings. Scroll down to Security and next to "love" was blocked to protect your mac, click to "Open Anyway".](/assets/tutorials/install/mac5.webp "Alert box stating macOS cannot verify the developer of love. The correct option is Open")
21+
6. Now go back to your Downloads folder and **Double click** on Love. We only need to do this once! It's to verify Love works on your computer, which will allow L5 to run your custom code. You should see a window open with a flying bird-shaped balloon and clouds, verifying that Love is now properly installed on your computer. **At this point you can close the window.**
22+
![A flying bird-shaped balloon and cartoon clouds](/assets/tutorials/install/mac6.webp "A flying bird-shaped balloon and cartoon clouds")
23+
7. From the L5lua.org Download page, [download the L5 Starter project](/L5-starter.zip).
24+
![L5 website download page with L5 Starter](/assets/tutorials/install/mac7.webp "L5 website download page with L5 Starter")
25+
8. Click **"Allow"** if it asks 'Do you want to allow downloads on "l5lua.org"?'
26+
![Alert box asking permission to download L5-Starter](/assets/tutorials/install/mac8.webp "Alert box asking permission to download L5 Starter")
27+
9. Back in your downloads folder, **drag the L5-starter folder onto the Love application in the folder**. It should now launch and you should see a new window open with your code sketch.
28+
![A yellow background window appearing on top of folder holding L5 Starter and love application](/assets/tutorials/install/mac9.webp "A yellow background window appearing on top of folder holding L5 Starter and love application")
2829

29-
**Next steps:** You've installed Love and have L5 on your computer and verified you can run your own programs. Check out [Getting Started](/getting-started) or the [tutorials](index.md) to learn more.
30+
**Next steps:** You've installed Love and have L5 on your computer and verified you can run your own programs. Check out [Getting Started](/getting-started) or the [tutorials](index.md) to learn more about where you can edit your code and run it.

0 commit comments

Comments
 (0)