AC on non-x86/ppc architectures?
#5
cd source/enet
./configure  # I knew I forgot something
make
sudo make install
cd ../src
make server
cp ac_server ../../bin_unix/native_server
cd ../..
That should work (server only). If you want the client as well, just do 'make install' in source/src, but you'll need all the dependencies.
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 tempest - 31 Aug 12, 01:46PM
RE: AC on non-x86/ppc architectures? - by Jg99 - 02 Sep 12, 03:37AM