Search found 5 matches
- Tue Feb 02, 2016 8:01 pm
- Forum: Ports
- Topic: Love2D on Ubuntu-Enabled Samsung Chromebook
- Replies: 12
- Views: 15685
Re: Love2D on Ubuntu-Enabled Samsung Chromebook
Are you following the instructions for 0.8.0? 0.8.0 has different dependencies than 0.9.0 or 0.10.0 iirc. I tried building Love 0.8.0, but some of the dependencies aren't downloading: libluajit-5.1-dev and libsdl2-dev. Are these of the dependencies that I require? And is there a way to get them oth...
- Tue Feb 02, 2016 12:14 pm
- Forum: Ports
- Topic: Love2D on Ubuntu-Enabled Samsung Chromebook
- Replies: 12
- Views: 15685
Re: Love2D on Ubuntu-Enabled Samsung Chromebook
That's because 0.8.0 still used SDL 1.2, if I remember correctly. Alrighty, then. Attempting to follow these instructions now to install SDL 1.2. I'll let you all know whether it all works or not. http://www.upubuntu.com/2012/01/how-to-install-sdl-12-simple.html EDIT: Came across an error during bu...
- Mon Feb 01, 2016 5:40 pm
- Forum: Ports
- Topic: Love2D on Ubuntu-Enabled Samsung Chromebook
- Replies: 12
- Views: 15685
Re: Love2D on Ubuntu-Enabled Samsung Chromebook
I tried building Love 0.8.0, but some of the dependencies aren't downloading: libluajit-5.1-dev and libsdl2-dev. I tried building without it and it stopped during "./configure", saying it can't build without SDL. I tried compiling SDL (and succeeded), but it still says the same thing.
- Fri Jan 29, 2016 7:09 pm
- Forum: Ports
- Topic: Love2D on Ubuntu-Enabled Samsung Chromebook
- Replies: 12
- Views: 15685
Re: Love2D on Ubuntu-Enabled Samsung Chromebook
How'd you get it to run? I'd be fine with software rendering.josefnpat wrote:I had a samsung chromebook for a little while, but found that the version of the linux kernel was tied to the GPU binary.
I could only get ubuntu & love to run with software rendering.
- Thu Nov 19, 2015 1:32 pm
- Forum: Ports
- Topic: Love2D on Ubuntu-Enabled Samsung Chromebook
- Replies: 12
- Views: 15685
Love2D on Ubuntu-Enabled Samsung Chromebook
Hello, I only just recently got Ubuntu on my chromebook, and I'm not exactly sure how to compile Love2D on it. Can anyone walk me through how to compile it? (Running on armv7l) Also, result when uname -m -r -v -s is run: Linux 3.8.11 #1 SMP Thu Nov 5 11:24:12 PST 2015 armv7l EDIT: Right, I forgot, I...