Basicdat not found?

All general stuff game related to Egoboo gameplay (Characters, tactics, etc.).

Moderator: Developers

Post Reply
LAN-Dominator.nl
Acid Blob (New member)
Acid Blob (New member)
Posts: 1
Joined: Sat Aug 04, 2012 3:54 pm

Basicdat not found?

Post by LAN-Dominator.nl »

I'm running ubuntu and download the 2.8.1 tar.gz

after make i want to install, the only thing i get is:

Code: Select all

#####################################
# Thank you for installing egoboo! 
#
# The default install of egoboo will require the commandline 
#     "sudo make install"
# and the required password
#
# If you do not have root access on this machine, 
# you can specify a prefix on the command line: 
#     "make install PREFIX=$HOME/.local"
# where the environment variable PREFIX specifies a
# virtual root for your installation. In this example,
# it is a local installation for this username only.
#
mkdir -p /home/dezeeuw/.local/games
install -m 755 ./game/egoboo-2.x /home/dezeeuw/.local/games
mkdir -p /home/dezeeuw/.local/share/games/egoboo-2.x
cp -rdf ./basicdat /home/dezeeuw/.local/share/games/egoboo-2.x
cp: cannot stat `./basicdat': No such file or directory
make: *** [install] Error 1
but if i do in the installation folder dir, it is in!

Code: Select all

dezeeuw@UbuntuDB:~/egoboo/src$ cd ../
dezeeuw@UbuntuDB:~/egoboo$ dir
basicdat  BUGS.txt  Changelog.txt  controls.txt  doc  egoboo1.ico  egoboo2.ico	egoboo3.ico  license.txt  modules  setup.txt  src
help??
User avatar
penguinflyer5234
Sheep (Developer)
Sheep (Developer)
Posts: 3025
Joined: Wed Jul 23, 2008 1:39 am
Location: Best Southwest

Re: Basicdat not found?

Post by penguinflyer5234 »

do this in the directory egoboo:

Code: Select all

cp -rdf basicdat /home/dezeeuw/.local/share/games/egoboo-2.x
cp -rdf modules /home/dezeeuw/.local/share/games/egoboo-2.x
cp -rdf players /home/dezeeuw/.local/share/games/egoboo-2.x
...
Post Reply