Search found 5 matches

by gameandwelsh
Tue Aug 08, 2023 4:00 pm
Forum: Support and Development
Topic: Install Love2D to Raspberry Pi 400
Replies: 21
Views: 8295

Re: Install Love2D to Raspberry Pi 400

I am a complete noob to Linux so nothing is obvious to me, unfortunately. I had a download of "love-11.4-x86_64.AppImage", and I ran the 2 commands suggested in the above post and something appeared to happen, although I am not certain. :? Common Linux newbee syndrome is to assume somethi...
by gameandwelsh
Tue Aug 08, 2023 3:54 pm
Forum: Support and Development
Topic: Install Love2D to Raspberry Pi 400
Replies: 21
Views: 8295

Re: Install Love2D to Raspberry Pi 400

If it has in fact installed, where could I now find it? Now you can type "love" in your terminal to do stuff, such as running your love game: love /path/to/directory/where/main.lua/is Or just "love" to get no-game screen: love Also, I believe, you will be able to open .love file...
by gameandwelsh
Mon Aug 07, 2023 7:02 pm
Forum: Support and Development
Topic: Install Love2D to Raspberry Pi 400
Replies: 21
Views: 8295

Re: Install Love2D to Raspberry Pi 400

Uhm you just need to install it. Have you ever even installed something on linux at all? Depending on your WM or browser typing apt:love anywhere is enough. Eg in the browser or file manager. Or use synaptics or when in terminal type "apt install love". Debian has Löve in the ARM repo, i ...
by gameandwelsh
Mon Aug 07, 2023 6:53 pm
Forum: Support and Development
Topic: Install Love2D to Raspberry Pi 400
Replies: 21
Views: 8295

Re: Install Love2D to Raspberry Pi 400

Open your terminal and do sudo apt update sudo apt install love Hi there, Thanks for the reply! I ran those in the terminal and something happened but I am not sure what.. :crazy: Heres the text from the terminal: i@raspberrypi:~ $ sudo apt update Hit:1 http://archive.raspberrypi.org/debian buster ...
by gameandwelsh
Sun Aug 06, 2023 1:03 pm
Forum: Support and Development
Topic: Install Love2D to Raspberry Pi 400
Replies: 21
Views: 8295

Install Love2D to Raspberry Pi 400

Hello! I would like to install Love2D to my Raspberry Pi 400. It is running Raspbian GNU / Linux 10 (buster). I can see on the home page there is a download section for Linux where I can choose "Ubuntu PPA" or "AppImage x86_64". Please be aware my computer knowledge, technical ja...