project-navigation
Personal tools

Author Topic: compiling the svn: need help to install the .pk3's correctly  (Read 3138 times)

Offline Wesley

  • Cannon Fodder
  • **
  • Posts: 8
    • View Profile
compiling the svn: need help to install the .pk3's correctly
« on: August 31, 2007, 02:08:53 pm »
hi
i was about to compile the svn version to actually see how far you are(and to help debug if help is needed^^)
my problem with compiling is, that the game compiles without errors, but doesnt recognises where the .pk3's are in.

here are 2 examples wich whont work for me:
[additional information: i try to install it in the home dir to pack it as an package and to install/remove/update it easier]
Code: [Select]
./configure --prefix=/usr --datadir=share
make || return 1
make prefix=$startdir/pkg/usr install
cp -t $startdir/pkg/usr/share/ufoai/base/ base/*.pk3
this way it whont work since he trys to create the /usr/share/ufoai dir without the root rights.(u maybe see in the last line where the stuff is supposed to come in)

Code: [Select]
./configure --prefix=/usrthis way would work, since he installs himself correctly into the pkg/ dir, but still seeks the pk3's in this pkg dir, wich is deleted after building the package.

i already posted a topic about this problem in the board for the utility i use to create this package but i dont know who to ask actually.
some additional information:
-OS: ArchLinux
-used Utility(to create package): AUR // makepkg

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: compiling the svn: need help to install the .pk3's correctly
« Reply #1 on: August 31, 2007, 03:25:44 pm »
you've just grabbed the svn version? then you just have to run ./configure && make in your trunk directory

Offline Wesley

  • Cannon Fodder
  • **
  • Posts: 8
    • View Profile
Re: compiling the svn: need help to install the .pk3's correctly
« Reply #2 on: August 31, 2007, 04:32:18 pm »
yea, to play it, but not to make an packageout of it :P
anyway, i solved th problem by asking someone who is way smarter then me^^