Building from source problem on Debian

General discussion about LÖVE, Lua, game development, puns, and unicorns.
Post Reply
amir
Prole
Posts: 9
Joined: Wed May 24, 2017 7:28 am

Building from source problem on Debian

Post by amir »

I have downloaded the source code from bitbucket, and ran the
platform/unix/automagic
./configure
make

from the root directory. Every thing seems to have worked fine, i get no errors.
There is however no love command available on my machine (with Debian 8), for example running

Code: Select all

love .
from a game directory containing a main.lua file gives the error:
bash: /usr/bin/love: No such file or directory
There is of course a love executable in the /src dir of the package, i tried also running

Code: Select all

path/to/src/love /path/to/gmae/main.lua
, still get the same error.

Can any one help?

PS: i have used sudo before each compiling command, so i thought it should be installed systemwide.
alloyed
Citizen
Posts: 80
Joined: Thu May 28, 2015 8:45 pm
Contact:

Re: Building from source problem on Debian

Post by alloyed »

`make` builds the program, `make install` installs it, usually.
I don't actually recall if that's how it works in love, but that is how it usually works everywhere else
amir
Prole
Posts: 9
Joined: Wed May 24, 2017 7:28 am

Re: Building from source problem on Debian

Post by amir »

alloyed wrote: Thu May 25, 2017 12:48 am `make` builds the program, `make install` installs it, usually.
I don't actually recall if that's how it works in love, but that is how it usually works everywhere else
Thanks.
Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 157 guests