Page 1 of 1

Help installing on Linux Mint

Posted: Sun Feb 01, 2015 5:28 am
by Supersp00ky
Im pretty new to linux, and i think i fucked up at some point following the instructions here https://github.com/yvt/openspades/blob/master/README.md

I hope im not breaking any rules

Re: Help installing on Linux Mint

Posted: Sun Feb 01, 2015 6:28 am
by Mr.Torch
You're not don't worry.

Re: Help installing on Linux Mint

Posted: Sun Feb 01, 2015 2:08 pm
by pandaro
can you post the output error of your terminal?

Re: Help installing on Linux Mint

Posted: Sun Feb 08, 2015 3:28 pm
by Chameleon
It might be that it can't find "SDL2*something*". I got similar issue...

Re: Help installing on Linux Mint

Posted: Sun Feb 08, 2015 5:54 pm
by pandaro
I had the same problem in the past, so I solved:
sudo apt-get install libsdl2-2.0-0 libsdl2-dev libsdl2-gfx-dev libsdl2-image-dev

Re: Help installing on Linux Mint

Posted: Thu Feb 12, 2015 7:24 am
by Chameleon
I'll try that, thanks. But much earlier someone had same issue and they were provided a command line which did not work (404). I really hope this works, I'll try to compile when I get healthy again

Re: Help installing on Linux Mint

Posted: Fri Feb 13, 2015 12:15 pm
by Chameleon
E: Couldn't find package libsdl2-2.0-0
It can't find anything else in that line. Wrong place? ("cd")

Re: Help installing on Linux Mint

Posted: Tue Feb 17, 2015 11:33 pm
by topo
Supersp00ky wrote:
Im pretty new to linux, and i think i fucked up at some point following the instructions here https://github.com/yvt/openspades/blob/master/README.md

I hope im not breaking any rules
It's difficult to help if you don't give us a starting point. What exactly have you tried, and what exactly went wrong?
Chameleon wrote:
E: Couldn't find package libsdl2-2.0-0
It can't find anything else in that line. Wrong place? ("cd")
Have you tried the instructions given in the README? If so, what went wrong?

Could you (both) copy/paste the exact error/s you get when trying the instructions given here?