Trying to get the dev version for the first time: I've been following the instruction on how to get the source, and apparently I downloaded 850 megs of data
git fetch --depth 1
remote: Counting objects: 10914, done.
remote: Compressing objects: 100% (10239/10239), done.
remote: Total 10914 (delta 926), reused 7963 (delta 544)
Receiving objects: 100% (10914/10914), 857.07 MiB | 508 KiB/s, done.
Resolving deltas: 100% (926/926), done.
From git://ufoai.git.sourceforge.net/gitroot/ufoai/ufoai
* [new branch] master -> origin/master
after this the tutorial continues with
Compile the game with:
$ ./configure
but I get
./configure: No such file or directory
Apparently I'm doing something wrong here...
And where did that 857MB download go? I'm not seeing any files :^/