Compiling Software

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

Moderators: Cat_7, Ronald P. Regensburg

Post Reply
in3D
Inquisitive Elf
Posts: 32
Joined: Mon Sep 10, 2012 11:10 pm

Compiling Software

Post by in3D »

Does anybody know where I can get some kind of IDE for use in mini vmac?
yksoft1
Master Emulator
Posts: 394
Joined: Tue Aug 14, 2007 4:32 pm
Location: People's Republic of China

Re: Compiling Software

Post by yksoft1 »

MPW is the official development kit for old Mac OS, however programmers with only Unix or Windows background should expect a long learning curve with it...
in3D
Inquisitive Elf
Posts: 32
Joined: Mon Sep 10, 2012 11:10 pm

Re: Compiling Software

Post by in3D »

Even for just compiling?
User avatar
Cat_7
Expert User
Posts: 6176
Joined: Fri Feb 13, 2004 8:59 am
Location: Sittard, The Netherlands

Re: Compiling Software

Post by Cat_7 »

You know this site?
http://68kmla.org/wiki/C/C%2B%2B_Programming_for_68k

You can also check out Think C:
http://www.grenier-du-mac.net/fiches/ap ... hinkC.html
(click on telecharger (download in French) at the bottom of the page)

Best,
Cat_7
in3D
Inquisitive Elf
Posts: 32
Joined: Mon Sep 10, 2012 11:10 pm

Re: Compiling Software

Post by in3D »

So I guess it's not like linux where I can just download some code and compile it with a couple commands, huh?
Silent Flamer
Master Emulator
Posts: 430
Joined: Tue Feb 23, 2010 7:35 am

Re: Compiling Software

Post by Silent Flamer »

Well, yeah, in Linux, you either download a package of the program and install it, OR you download the source code, compile it and play. You can also do that for some Windows programs, where the source code is posted, and you compile it.

I believe these modern versions of Basilisk II were compiled with the source code of the original Basilisk II (with a bit of tinkering to update).

As far as I remember, they don't practice that for old Macintoshes. Maybe you could find a program or two where the developer actually left a copy of the source code, but otherwise, no, you can't just download the source code and compile (since essentially no one posted the source code).
Post Reply