AC on non-x86/ppc architectures?
#22
I removed the / in front of bin_unix/native_server in the .sh file

root@raspberrypi:/home/pi/AC_1104# ln -s /usr/local/lib/libenet.so.1.0.0 /usr/lib/libenet.so.1
root@raspberrypi:/home/pi/AC_1104#

and the end result :D
http://img36.imageshack.us/img36/3781/p1030720s.jpg
ty <3

edit: toutorial on how to make an ac server for the raspbarry pi *
* * * ASSAULT CUBE SERVERS TUTORIAL ON RASPBIAN OS FOR THE RASPBERRY PI * * *

\\\ Download the Assault Cube source, and linux AC files from soruceforge @ http://sourceforge.net/projects/actiongame/
\\\ Then once both are extracted in the /home/pi folder
\\\ Rename the linux download to AC
\\\ Rename the source download to ac-source
\\\ Make a folder called bin_unix in ac_source
/// Note: source folders' need to be inside the ac_source/source folder
/// Make an .sh file named raspiACserver.sh and place it in /home/pi/AC
/// In raspiACserver.sh add "exec bin_unix/native_server <your server arguments/strings>"
/// Help for server strings can be found here http://assault.cubers.net/docs/commandline.html and here http://wiki.cubers.net/action/view/Server_hints_1.0.4

Then in the root terminal do:

#########################################

cd /home/pi/ac_source/source/enet; sudo sh ./configure --build=x86-linux --host=arm-unknown-linux-gnueabi; make clean && make && make install

cd /home/pi/ac_source/src; make server_install; cd /home/pi/ac_source/bin_unix; cp native_server /home/pi/AC/bin_unix; cd /home/pi/AC; chmod u+x bin_unix/native_server

ln -s /usr/local/lib/libenet.so.1.0.0 /usr/lib/libenet.so.1

cd /home/pi/AC/; sh ./raspiACserver.sh

#########################################

BAM!
Thanks given by:


Messages In This Thread
AC on non-x86/ppc architectures? - by Iguana - 31 Aug 12, 03:16AM
RE: AC on non-x86/ppc architectures? - by Jg99 - 31 Aug 12, 01:35PM
RE: AC on non-x86/ppc architectures? - by Jg99 - 02 Sep 12, 03:37AM
RE: AC on non-x86/ppc architectures? - by Iguana - 02 Sep 12, 08:34PM