Hey fellow Linuxians!
You are probably as eager as I am to jump on the Mario Pants band wagon?!
No?
...
Well, anyway, here are some tips on how to compile mariopants on Linux:
€dit:
If you don't want to compile it yourself you can try the binary packages provided by funnypowers. Just read on and download the one that fits your architecture. (I have not tried these!)
Dependencies:
- gcc and g++
- build-essential is always nice
- libSDL with development stuff
- you also need something to unpack archives
If I forgot to add something, please let me know!
Get the SAUCE:
You will need to download the Mariopants Linux source branch provided by the all-mighty
Jangler. Drop by and give the fellow some boons!
Here is the Link:
mariopantslinux.tar.gz
Maybe you are lucky and it works just by itself. It did not for me, but try unpacking it and run "make mariopants" in the source directory.
HALP IT IS NOT WERKINGZ!!!Z?T,ozeid
Patience is a virtue...
Okay let us continue:
First replace the janglecore Makefile with this one provided by rdn (only on IRC?):
Makefile
€dit:
funnypowers has provided another improved Makefile which you can find a few posts below. With his Makefile you do not need to copy the SDL files into the mariopants source directory!
Next you maybe want to copy the SDL *.h files to the Mariopants source directory with:
(This may or may not be necessary)
$ cp /usr/include/SDL/*.h ./
Now run:
$ make clean
$ make mariopants
If all goes well, this next command will run MARIOPANTS!!!
$ make run
Remember to run the program only from the console since all messages will appear there!
Special Thanks to rainwarrior for this great program!!