Search found 1 match
- Sat Jun 10, 2017 4:19 am
- Forum: Support and Development
- Topic: Can't run "Hello World" start project on Lubuntu 16.10
- Replies: 2
- Views: 2603
Can't run "Hello World" start project on Lubuntu 16.10
So I decided to start fooling around with LOVE, and figured I'd start with the getting started page (crazy concept I realize). I added the PPA, installed it through terminal. I put in my source code: function love.draw() love.graphics.print("Hello World", 400, 300) end Saved it as main.lua...