I was just trying to run Not Tetris 2 on my Linux machine (64-bit Ubuntu 12.04, to be precise,) and it wasn't working. I then re-checked the download page and saw that you need to use Love 0.7.2 for that game.
Unfortunately, the only downloads available for Linux are either source code, or don't work with my version.
I've tried building the source code, but I suck at doing that, so, of course, I failed.
I need somebody to build me a Debian file: Precise, AMD64 (or at least some runnable 64-bit binaries.)
Anyway, it's a bit of a tall order, but I would much appreciate it if somebody could accomplish it.
Can someone build me a Löve 0.7.2 Debian package?
-
- Posts: 21
- Joined: 11 Dec 2012, 07:51
Last edited by Maurice on 12 Dec 2012, 10:54, edited 2 times in total.
Reason: edited the title
Reason: edited the title
-
- Posts: 8
- Joined: 25 Dec 2012, 10:16
Here are some debian packages for differents ubuntu versions: https://love2d.org
Regards and good luck (sorry for the bad english).
Regards and good luck (sorry for the bad english).
Last edited by alberto_lara on 25 Dec 2012, 11:02, edited 1 time in total.
-
- Posts: 8
- Joined: 25 Dec 2012, 10:16
alberto_lara wrote:Also it's a newer version, the 0.8.0.
-
- Posts: 21
- Joined: 11 Dec 2012, 07:51
No... Not Tetris 2 needs the older version, and the Love site doesn't have it... only useless source code... (I suck at compiling source packages)
-
- Stabyourself.net
- Posts: 1447
- Joined: 06 Jan 2012, 12:07
-
- Posts: 21
- Joined: 11 Dec 2012, 07:51
That page only offers Debains up to 11.10.
Like I said in the OP:
JamesTheAwesomeDude wrote:[...]
Unfortunately, the only downloads available for Linux are either source code, or don't work with my version.
I've tried building the source code, but I suck at doing that, so, of course, I failed.
[...]
-
- Posts: 1594
- Joined: 03 Feb 2012, 08:36
why do you need it to be 64-bit? 32-bit programs run fine on 64-bit hardware
building source code might be boring but everyone does it
building source code might be boring but everyone does it
-
- Posts: 21
- Joined: 11 Dec 2012, 07:51
I don't really care 32-vs-64, either is fine.trosh wrote:why do you need it to be 64-bit? 32-bit programs run fine on 64-bit hardware
building source code might be boring but everyone does it
I just need someone to build it. I would be perfectly willing to do it myself, but I get this whenever I try. (errors are at lines 100 and 106. I can't figure out what's wrong...)
-
- Posts: 1594
- Joined: 03 Feb 2012, 08:36
http://code.google.com/p/hqx/issues/detail?id=1
https://love2d.org/forums/viewtopic.php ... 593#p57113
install libmng-dev among the other dependencies
https://love2d.org/forums/viewtopic.php ... 593#p57113
install libmng-dev among the other dependencies
-
- Posts: 21
- Joined: 11 Dec 2012, 07:51
Okay, ./configure appears to have succeeded, so did make and sudo make install. (typing love at a Terminal says 0.7.2, Game Slave.)
I now want to distribute the compiled code, do I just need the file at /usr/bin/love, or does it have something somewhere in /usr/lib?
I now want to distribute the compiled code, do I just need the file at /usr/bin/love, or does it have something somewhere in /usr/lib?
-
- Posts: 1594
- Joined: 03 Feb 2012, 08:36
Code: Select all
$ whereis love (baby don't leave me)
love: /usr/bin/love
you could just try copying the binary to a similar machine and see if it runs fine
--edit:
btw i just realized you probably should have started this thread on love2d forums, but that's ok