Help Compiling on Ubuntu

About Mini vMac and all other 68k emulators, including SoftMac, Executor, and MESS.

Moderators: Cat_7, Ronald P. Regensburg

Post Reply
decomp
Space Cadet
Posts: 1
Joined: Thu Mar 03, 2011 10:49 pm

Help Compiling on Ubuntu

Post by decomp »

Hi!

So I'm trying to compile mini vmac on Ubuntu in order to get sound. So far I have done this:

1. Put minivmac, vMAC.ROM, system 6.08, and the minivmac-3.1.3.src.dsk
disk in the same folder.
2. run minivmac, load system 6.08 disk, load source disk, and start 'build'
3. enter the options -t lx86 -sound 1 and select 'go.'
4. wait for the file to be generated
5. shutdown minivmac.
6. open a terminal, cd to the same folder, and type make
7.terminal responds:

Code: Select all

$ make
make: *** No targets specified and no makefile found.  Stop.
What am I doing wrong? Can anyone help?
User avatar
ClockWise
Site Admin
Posts: 4397
Joined: Mon May 20, 2002 4:37 am
Location: Uiwang

Post by ClockWise »

I'm on ubuntu, but haven't tried. I will try when I have some time, maybe I can help.

Just in case you missed it, there are some notes on building Mini vMac on the official page:

http://minivmac.sourceforge.net/doc/build.html
User avatar
gryphel
Nice Guy
Posts: 106
Joined: Sat Nov 17, 2007 6:46 pm

Re: Help Compiling on Ubuntu

Post by gryphel »

decomp wrote:4. wait for the file to be generated
5. shutdown minivmac.
6. open a terminal, cd to the same folder, and type make
After step 4, expand the contents of the ".tgz" archive generated. In step 6, cd to this new folder before typing make.

(Sorry, The Build documentation isn't clear enough for Linux that you need to expand the archive.)
Post Reply