Xonotic Forums

Full Version: compiling netradiant under ubuntu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
Dude, read it.
sudo apt-get install subversion
(07-01-2010, 05:48 PM)-z- Wrote: [ -> ]sudo apt-get install subversion

Thanks Z. Got it installed now.