padmahas Posted August 7, 2014 Report Share Posted August 7, 2014 Hello, I'm using ubuntu 14.04 and have installed 0AD form ubuntu software center. So, still do I need to install dependencies to run the source code? If not, then I'm trying to run the source code from the instructions given this link. When I gave this command./update-workspaces.sh --with-system-miniupnpc --with-system-nvtt --with-system-mozjs24It gave outputbash: ./update-workspaces.sh: Permission deniedso I included sudo to it.sudo ./update-workspaces.sh --with-system-miniupnpc --with-system-nvtt --with-system-mozjs24but it is giving the output assudo: ./update-workspaces.sh: command not foundIs it because I have not installed dependencies(Ignored because the game is already running after insalling from software center), or something else? How to proceed? Quote Link to comment Share on other sites More sharing options...
Loki1950 Posted August 7, 2014 Report Share Posted August 7, 2014 Have you checked out the code as described in the Getting the code section and are you in the right directory/folder when you issue that command in the terminal An other thing you might check the properties of the file "update-workspaces.sh" the executable flag may not be set.BTW it's not a good idea to use sudo in the build folder.Enjoy the Choice Quote Link to comment Share on other sites More sharing options...
zzippy Posted August 7, 2014 Report Share Posted August 7, 2014 You already have installed the current version of the game via software-center and can play the game (a16).Those build instructions are only for the development version of the game (svn/a17). Quote Link to comment Share on other sites More sharing options...
sanderd17 Posted August 7, 2014 Report Share Posted August 7, 2014 Yes, you need extra dependencies to build the game. Certainly if you build with the --with-xxx flags (read the comments on the wiki for that). But those missing dependencies wouldn't crash the update-workspaces script so early. It looks indeed like the permissions are wrong, try to run it as "bash ./update-workspaces.sh", or fix the permissions. Also, don't ever use sudo to compile something. Unless you want us to break your computer. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.