project-navigation
Personal tools

Author Topic: problems in the installation  (Read 11092 times)

KEEN

  • Guest
Re: problems in the installation
« Reply #15 on: June 04, 2008, 05:09:11 pm »
If u like to  compile everything from scratch try using svn.
There is a very good tutorial here:
http://ufoai.ninex.info/wiki/index.php/Debian

But  you need at least 4-6 h to compile the maps =)

hope i could help.

vvb

  • Guest
Re: problems in the installation
« Reply #16 on: August 15, 2008, 10:32:52 am »
 Tutorial is very good, but I can't find nowhere all commands to build and install ufoai from svn.
 Here they are:
configure
make -j4
make -j4 lang
make -j4 maps (~4-6 hours)

make -j4 install_complete
NOTE that last one is very hard to find...

Offline blondandy

  • Sergeant
  • *****
  • Posts: 391
    • View Profile
Re: problems in the installation
« Reply #17 on: August 17, 2008, 12:36:27 pm »
if you svn up, you should find that map compilation just got much faster, particularly if you have a multicore machine. Thanks to mattn and wilminator.

Offline BAM

  • Rookie
  • ***
  • Posts: 79
    • View Profile
Re: problems in the installation
« Reply #18 on: September 02, 2008, 01:58:50 am »
Atleast I now have a better (Linux) use for those 4 cores...

Offline shevegen

  • Squad Leader
  • ****
  • Posts: 224
    • View Profile
Re: problems in the installation
« Reply #19 on: September 12, 2008, 02:18:54 am »
"Tutorial is very good, but I can't find nowhere all commands to build and install ufoai from svn."


ftp://ftp.gnu.org/pub/gnu/make/make-3.81.tar.bz2
ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.63.tar.bz2

BTW i recommend you to write a script that aids you in compiling. My database has 2400 packages listed
with about 10000 binaries in total and i just issue i.e. "compile python" and the latest python gets compiled.
I am using Linux too but I am using an AppDir like approach similar to GoboLinux, the FHS is a huge error in
my eyes. It works quite ok for me, and is very clean in my opinion, much cleaner than the FHS.