I have Quake2World up and running just fine but I'm running into an issue getting AprQ2 working. I've checked out the code and when I issue the make command I get this:
make: *** No targets specified and no makefile found. Stop.
Followed the steps twice but having the same issue. Not sure what I missed and unfortunately I'm not smart enough to know ;)
Are you running `make` from the trunk directory? Depending on how you checked out the source code, you might have grabbed the whole thing (trunk, tags and branches). Those directories are part of your typical Subversion repository structure and can optionally contain different versions of the code base. ANYway, you should generally only be interested in the folder called "trunk." That holds the mainline version of the code. Change to that directory and then run `make`. Hop on IRC if you have questions. Good luck!
Nm, got that figured out -- up and running. Thanks for the work you've done on this...not sure how I didn't find it sooner. Now I can stop using bootcamp every-time I want to get my frag on!