|
| 1 | +# Installation on Mac |
| 2 | + |
| 3 | +This tutorial walks you through installing Love (Love2d) and the L5 Starter project on your Macintosh computer. |
| 4 | + |
| 5 | +1. Go to the [Love website](https://love2d.org) and click to download the 64-bit zipped Mac program. |
| 6 | + |
| 7 | +2. Click **"Allow"** when it asks 'Do you want to allow downloads on "love2d.org"?' It will download to your *Downloads* folder by default. |
| 8 | + |
| 9 | +3. From the L5lua.org Download page, [download the L5 Starter project](/L5-starter.zip). |
| 10 | + |
| 11 | +4. Click **"Allow"** when it asks 'Do you want to allow downloads on "l5lua.org"?' |
| 12 | + |
| 13 | +5. Return to your *Downloads* folder on your computer. **Right click with two fingers** on the Love application icon. Choose "Open". |
| 14 | + |
| 15 | +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.** |
| 16 | + |
| 17 | +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. Close the window. |
| 18 | + |
| 19 | +8. Back in your downloads folder, **drag the L5-starter folder onto the Love application**. It should now launch and you should see a new window open with your code sketch. |
| 20 | + |
| 21 | + |
| 22 | +### Next Steps |
| 23 | + |
| 24 | +Congratulations. You've installed Love and have L5 on your computer and verified you can run your own programs. Inside the L5-Starter folder you can open the `main.lua` file in a text editor to edit the program. Save your modifications, then again drag and drop the L5 Starter folder on the love application to see it run. Check out the [tutorials](index.md) page to learn more. |
0 commit comments