Language: 
To browser these website, it's necessary to store cookies on your computer.
The cookies contain no personal information, they are required for program control.
  the storage of cookies while browsing this website, on Login and Register.

Author Topic:  Search for an compiling Tutorial..  (Read 781 times)

0 Members and 0 Guests are viewing this topic.

Crustyclown71

« on: 25, October 2018, 18:48:28 »
Hi.
Is there any Tutorial to compile the latest SVN Server/Client Trunk ?
I tried from another Post but every "make all" there ist the Error:

Makefile:148: die Regel für Ziel „daimonin_server“ scheiterte
make[1]: *** [daimonin_server] Fehler 1
make[1]: Verzeichnis „/home/daimonin/server/src/server“ wird verlassen
Makefile:89: die Regel für Ziel „all“ scheiterte
make: *** [all] Fehler 5


Please help

_people_

« Reply #1 on: 27, October 2018, 17:55:32 »
I'm not sure if we still have a tutorial, but I'll take a look.

For the server, it should compile out of the box (you might have to chmod +x the configure file):
Code: [Select]
./configure
make
make install

Your error isn't very descriptive, there should be more above that. If you pipe that to a text file you can post the entire contents so I can take a closer look.

For the client, you'll need to make sure all the libraries are installed. Because you're using make, I'll assume you're on some form of Linux, but installing the libraries still depends on which distro. I believe Ubuntu and Debian have the libs in their repositories so you should be able to use apt-get. For most other distros you'll likely have to compile them yourself. The libraries are: libsdl1.2 libsdl1.2-dev libsdl1.2_mixer libsdl1.2_mixer-dev libsdl1.2_image libsdl1.2_image-dev libphysfs libphysfs-dev(?) libcurl

After that, run ./bootstrap in the make directory and compile the same way as the server.

Hope that helps!
-- _people_ :)

Tags:
 

Related Topics

  Subject / Started by Replies Last post
6 Replies
1574 Views
Last post 02, March 2008, 01:36:30
by Anich
3 Replies
1348 Views
Last post 08, April 2008, 05:26:43
by tehill
4 Replies
2512 Views
Last post 22, December 2009, 19:29:15
by Mizza
2 Replies
2817 Views
Last post 05, July 2011, 08:37:07
by Killest_is_awesome
4 Replies
4570 Views
Last post 28, September 2011, 11:02:23
by Errigour