Xonotic Forums
[SOLVED] compiling netradiant under ubuntu - 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] compiling netradiant under ubuntu (/showthread.php?tid=654)



compiling netradiant under ubuntu - hellmind - 07-01-2010

I'm having trouble compiling netradiant under ubuntu. I have the latest git repo (as of now).

What I do is go to netradiants folder, and in the console type 'make' I get this:


checking that the build tools exist
Checking for /bin/sh (bash (or another shell))... found.
Checking for echo (coreutils)... found.
Checking for echo -n (coreutils)... found.
Checking for cat (coreutils)... found.
Checking for mkdir -p (coreutils)... found.
Checking for cp (coreutils)... found.
Checking for cp -r (coreutils)... found.
Checking for rm -f (coreutils)... found.
Checking for rm -f -r (coreutils)... found.
Checking for mv (coreutils)... found.
Checking for echo test | tee /dev/stderr (coreutils)... found.
Checking for sed (sed)... found.
Checking for find (findutils)... found.
Checking for diff (diff)... found.
Checking for cc (gcc)... found.
Checking for g++ (g++)... found.
Checking for ranlib (binutils)... found.
Checking for ar (binutils)... found.
Checking for pkg-config (pkg-config)... found.
Checking for unzip (unzip)... found.
Checking for git (git-core)... found.
Checking for svn (subversion)... not found, please install it or set PATH right!
To see the failed commands, set DEPENDENCIES_CHECK=verbose
To proceed anyway, set DEPENDENCIES_CHECK=off
Checking for wget (wget)... found.
Checking for ldd (libc6)... found.
make: *** [dependencies-check] Error 1

I don't even know if I'm doing that right, any help would be appreciated.


RE: compiling netradiant under ubuntu - parasti - 07-01-2010

Dude, read it.


RE: compiling netradiant under ubuntu - -z- - 07-01-2010

sudo apt-get install subversion


RE: compiling netradiant under ubuntu - hellmind - 07-01-2010

(07-01-2010, 05:48 PM)-z- Wrote: sudo apt-get install subversion

Thanks Z. Got it installed now.