Installing Love on Ubuntu 12.10
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Installing Love on Ubuntu 12.10
I'm having issues installing Love on my laptop which runs Ubuntu 12.10. I've been googling it for a while, but it still doesn't seem to install properly. I tried all the different versions you can download from the website, but to no use. Anyone here that can help me out so I can develop on the go?
Re: Installing Love on Ubuntu 12.10
You could try the version available in the Ubuntu Software Center. If that fails, try the PPA.
My game called Hat Cat and the Obvious Crimes Against the Fundamental Laws of Physics is out now!
-
- Prole
- Posts: 19
- Joined: Sat Jun 08, 2013 7:27 am
- Location: Melbourne, Australia
Re: Installing Love on Ubuntu 12.10
I've never used Ubuntu before, but I've learned if all else fails just compile it from source.
Download from this link: https://bitbucket.org/rude/love/downloa ... src.tar.gz
Open a terminal window at the file location, and type
Now change into the directory that that command made
Now just run these commands and hope it works:
Should work. Ubuntu and LOVE2D should be polite enough to also put shortcuts and stuff in for you.
Download from this link: https://bitbucket.org/rude/love/downloa ... src.tar.gz
Open a terminal window at the file location, and type
Code: Select all
tar zxf love-0.8.0-linux-src.tar.gz
Code: Select all
cd ./love-0.8.0-linux
Code: Select all
./configure
make
sudo make install
http://www.atunnecliffe.com/
Bitcoins? 1LHn9yaErCakYD2iGwCyLungiC7ACxRUW8
Bitcoins? 1LHn9yaErCakYD2iGwCyLungiC7ACxRUW8
Re: Installing Love on Ubuntu 12.10
I believe compiling LÖVE is really not necessary on ubuntu. Partysofa, can you say, what exactly does not work? How far have you gotten?
Check out my blog on gamedev
Re: Installing Love on Ubuntu 12.10
Didn't work, and I can't find anything on the Software Center. Here's what the terminal says:andrew.207 wrote:I've never used Ubuntu before, but I've learned if all else fails just compile it from source.
Download from this link: https://bitbucket.org/rude/love/downloa ... src.tar.gz
Open a terminal window at the file location, and type
Now change into the directory that that command madeCode: Select all
tar zxf love-0.8.0-linux-src.tar.gz
Now just run these commands and hope it works:Code: Select all
cd ./love-0.8.0-linux
Should work. Ubuntu and LOVE2D should be polite enough to also put shortcuts and stuff in for you.Code: Select all
./configure make sudo make install
Code: Select all
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/olav/Nedlastinger/love-0.8.0':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
olav@ubuntu:~/Nedlastinger/love-0.8.0$ make
make: *** No targets specified and no makefile found. Stop.
Re: Installing Love on Ubuntu 12.10
Their website says it has LÖVE 0.8.0. http://packages.ubuntu.com/it/quantal/love
See Building LÖVE for more steps on how to compile LÖVE on Linux. You need all the libraries and a C++ compiler.
See Building LÖVE for more steps on how to compile LÖVE on Linux. You need all the libraries and a C++ compiler.
Shallow indentations.
Re: Installing Love on Ubuntu 12.10
I think compiling sounds overly complicated. Just get it from the PPA if you for some reason can't get it from the USC.
My game called Hat Cat and the Obvious Crimes Against the Fundamental Laws of Physics is out now!
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: Installing Love on Ubuntu 12.10
Consequently, 'sudo apt-get install love' gets you it.Boolsheet wrote:Their website says it has LÖVE 0.8.0. http://packages.ubuntu.com/it/quantal/love
Re: Installing Love on Ubuntu 12.10
I'm trying to reinstall Ubuntu, I didn't really have anything of extreme value saved there anyway as I just got that laptop from my brother, it's pretty old. Nevertheless, thank you guys so much for helping me out, warms my heart!
Re: Installing Love on Ubuntu 12.10
Nah, it isn't too complicated, just take some time to really read the error message:T-Bone wrote:I think compiling sounds overly complicated.
bingo, no c compiler found!Partysofa wrote:
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/olav/Nedlastinger/love-0.8.0':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
olav@ubuntu:~/Nedlastinger/love-0.8.0$ make
make: *** No targets specified and no makefile found. Stop.
to install a c compiler on ubuntu use this:
Code: Select all
sudo apt-get install gcc
experimental art since 13.75 gigayears
https://github.com/humansarepuppies
http://stardiaries-lab.blogspot.com/
https://github.com/humansarepuppies
http://stardiaries-lab.blogspot.com/
Who is online
Users browsing this forum: Google [Bot] and 3 guests