On Mon, 18 Feb 2002, jon butsch wrote:

> The install doc for xmame is not working...
>
> I have downloaded the tar file, but need assistance uncompressing and installing it.
>
> Can anyone instruct me on this please

assuming tar.gz file:

tar fvxz file.tar.gz
cd {directoryname}
/* you might be able to skip the next 2 steps */
pico makefile.unix
{set up what you want to compile}
make -f makefile.unix

this will build your binaries, you then can "make -f makefile.unix install"
after you switch to root account.

There are probably some other config steps but I can't think of any right now.

brian
---
All progress is the work of fanatics
All fanatics are the work of progress
  9:00pm  up 7 days, 13:34,  6 users,  load average: 0.00, 0.00, 0.00


_______________________________________________
Xmame mailing list
[EMAIL PROTECTED]
http://toybox.twisted.org.uk/mailman/listinfo/xmame

Reply via email to