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: docs/download/install-mac.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,22 +9,22 @@ This tutorial walks you through installing L5 with the Love (Love2d) framework o
9
9
## Text and Screenshot Tutorial
10
10
11
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.
12
-
<imgsrc="/assets/tutorials/install/mac1.webp"alt="Love2d website with downloads"title="Love2d website with downloads"width="600" />
12
+

13
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.
14
-
<imgsrc="/assets/tutorials/install/mac2.webp"alt="Alert box asking permission to download Love2d"title="Alert box asking permission to install Love2d"width="600" />
14
+

15
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
-
<imgsrc="/assets/tutorials/install/mac3.webp"alt="Folder with love application and L5 Starter folder"title="Folder with love application and L5 Starter folder"width="600" />
16
+

17
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
-
<imgsrc="/assets/tutorials/install/mac4.webp"alt="Alert box stating macOS cannot verify the developer of love. The correct option is Open."title="Alert box stating macOS cannot verify the developer of love. The correct option is Open"width="600" />
18
+

19
19
5. If you weren't allowed to open it, go to your System Setting > Privacy & Security. Scroll down to the Security section and next to **"love" was blocked to protect your Mac.** choose **Open Anyway**.
20
-
<imgsrc="/assets/tutorials/install/mac5.webp"alt='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".'title="Alert box stating macOS cannot verify the developer of love. The correct option is Open"width="600" />
20
+

21
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
-
<imgsrc="/assets/tutorials/install/mac6.webp"alt="A flying bird-shaped balloon and cartoon clouds"title="A flying bird-shaped balloon and cartoon clouds"width="600" />
22
+

23
23
7. From the L5lua.org Download page, [download the L5 Starter project](/L5-starter.zip).
24
-
<imgsrc="/assets/tutorials/install/mac7.webp"alt="L5 website download page with L5 Starter"title="L5 website download page with L5 Starter"width="600" />
24
+

25
25
8. Click **"Allow"** if it asks 'Do you want to allow downloads on "l5lua.org"?'
26
-
<imgsrc="/assets/tutorials/install/mac8.webp"alt="Alert box asking permission to download L5-Starter"title="Alert box asking permission to download L5 Starter"width="600" />
26
+

27
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
-
<imgsrc="/assets/tutorials/install/mac9.webp"alt="A yellow background window appearing on top of folder holding L5 Starter and love application"title="A yellow background window appearing on top of folder holding L5 Starter and love application"width="600" />
28
+

29
29
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](/tutorials/) to learn more about where you can edit your code and run it.
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