I added the PPA, installed it through terminal. I put in my source code:
Code: Select all
function love.draw()
love.graphics.print("Hello World", 400, 300)
end
To run it I went to terminal and gave the command:
Code: Select all
love /path/to/folder containing main.lua
Here is what my terminal window error shows:
Code: Select all
AL lib: (WW) ALCjackBackendFactory_init: jack_client_open() failed, 0x11
AL lib: (WW) alc_initconfig: Failed to initialize backend "jack"