[Coco] Mame on debian wheezy

tim lindner tlindner at macmess.org
Mon Sep 24 13:43:25 EDT 2018


On Mon, Sep 24, 2018 at 10:28 AM, Joel Rees <joel.rees at gmail.com> wrote:
> That's what I'm trying now. Git clone in progress, looking to drag down a
> full gigabyte of source. Heh.

Pro tips:

Create a file called "useroptions.mak" in the same directory as the
"makefile". In it put:

SOURCES = src/mame/drivers/coco12.cpp,src/mame/drivers/coco3.cpp

This will speed up compiling by reducing the number of drivers
included. From around 3000 to 7.

Also remember to add a -j number to one plus the number of CPUs in
your machine when you make. So for a 4 core machine you would do:

make -j5


-- 
--
tim lindner

"Proper User Policy apparently means Simon Says."


More information about the Coco mailing list