[SOLVED] Source Code Xonotic on Ubuntu 15.04 - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4) +--- Thread: [SOLVED] Source Code Xonotic on Ubuntu 15.04 (/showthread.php?tid=5805) |
Source Code Xonotic on Ubuntu 15.04 - Ryan - 09-15-2015 So, today. I talked on a server with 4 devs, and one gave me the link to the source code. I downloaded the source code (as a zip) from gitlab.com/xonotic. I extracted the file to my desktop, and tried to run the game to test it. I have made no modifications to the source code. I go into the terminal, cd to the directory, and try to execute the xonotic-glx .sh file. Here's is my terminal log as follows. god@Ryan-PC:~$ cd Desktop/xonotic-master-08f0ef07ea5d58525ac59ad405598e88713f955c/ god@Ryan-PC:~/Desktop/xonotic-master-08f0ef07ea5d58525ac59ad405598e88713f955c$ ./xonotic-linux-glx.sh ./xonotic-linux-glx.sh: 131: exec: ./xonotic-linux64-glx: not found Apparently, it can't find the sh file. Help would be appreciated. Thanks! -Ryan RE: Source Code Xonotic on Ubuntu 15.04 - TimePath - 09-15-2015 Hi Ryan, The "not found" you're seeing is the engine as it hasn't been compiled in the barebones zip you downloaded The recommended way to checkout the source is with git. There's a guide here: https://gitlab.com/xonotic/xonotic/wikis/Git RE: Source Code Xonotic on Ubuntu 15.04 - Beagle - 09-16-2015 I run Linux mint 17.2 Cinnamon 16 bit/Ubuntu the command I use is ~/Xonotic/xonotic-linux64-glx -basedir ~/Xonotic |