Page 1 of 2

(Solved) Linux Installation

Posted: Sat Jun 25, 2016 2:08 am
by ¯\_(._.)_/¯
Hi. I recently installed Ubuntu using Linux. I have the Gnome distribution and every time I download the client I try to open it but nothing happens I have sat there for 5 minuets waiting to no avail. I have teeworlds already installed but I can't seem to do the same with ddnet

Re: Linux Installation

Posted: Sat Jun 25, 2016 1:39 pm
by FlushA
I think you must use this code in ubuntu:
cd YOUR_DDNET_FOLDER_PATH
and for client use:
./DDNet
and for server use:
./DDNet-Server

Re: Linux Installation

Posted: Sun Jun 26, 2016 12:47 am
by Ryozuki
sudo apt-get install libsdl2-dev libfreetype6-dev

Re: Linux Installation

Posted: Sun Jun 26, 2016 1:40 am
by ¯\_(._.)_/¯
FlushA wrote:I think you must use this code in ubuntu:
cd YOUR_DDNET_FOLDER_PATH
and for client use:
./DDNet
and for server use:
./DDNet-Server

Didn't work :/ the path worked but it didn't open it said the DDnet file didn't exist but it does

Re: Linux Installation

Posted: Sun Jun 26, 2016 1:47 am
by Ryozuki
¯\_(._.)_/¯ wrote:
FlushA wrote:I think you must use this code in ubuntu:
cd YOUR_DDNET_FOLDER_PATH
and for client use:
./DDNet
and for server use:
./DDNet-Server

Didn't work :/ the path worked but it didn't open it said the DDnet file didn't exist but it does
Run this...
Ryozuki wrote:sudo apt-get install libsdl2-dev libfreetype6-dev

Re: Linux Installation

Posted: Sun Jun 26, 2016 6:04 pm
by ¯\_(._.)_/¯
Ryozuki wrote: Run this...
Ryozuki wrote:sudo apt-get install libsdl2-dev libfreetype6-dev
it worked! Thanks so much! :D

Re: (Solved) Linux Installation

Posted: Sun Jan 15, 2017 8:59 pm
by Heat*
Its not working for me tho :( :( :( :( :(

Re: (Solved) Linux Installation

Posted: Mon Jan 16, 2017 1:45 pm
by Shishigami
This happened? :roll:

Code: Select all

~/DDNet $ ./DDNet

Its not working

~/DDNet $ 

Re: (Solved) Linux Installation

Posted: Mon Jan 16, 2017 9:23 pm
by Ryozuki
Try with
apt install libsdl2-2.0-0

Re: (Solved) Linux Installation

Posted: Fri May 19, 2017 2:16 am
by ¯\_(._.)_/¯
So I got a new computer and I am trying to reinstall (I'm still using Linux) and now it says the file doesn't exist despite it being there, I have the file set as an executable and I have `sudo apt-get install libsdl2-dev libfreetype6-dev` and `sudo apt install libsdl2-2.0-0` both updated to the most recent versions. Any ideas?