Emaculation.com

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
compile_sheepshaver_basilisk_osx [2009/02/20 05:31] cat_7compile_sheepshaver_basilisk_osx [2009/03/09 13:36] (current) cat_7
Line 21: Line 21:
   * cd src/Unix   * cd src/Unix
  
- +  
- +
-Some recent changes in the source code now make it possible to build the source code easily. Below are the parameters for the configure step when building SheepShaver or BasiliskII on OSX Tiger or Leopard versions (on one line) +
- +
- +
-**BasiliskII on PowerPC 32bits 10.5.6** +
- +
-  +
-./configure --disable-standalone-gui --enable-vosf --enable-sdl-video --enable-sdl-audio --enable-addressing=real --without-esd --without-gtk --without-mon --without-x +
- +
-  +
-**SheepShaver on PowerPC 32bits 10.5.6** +
- +
- +
-./configure --disable-standalone-gui --enable-vosf -enable-sdl-video --disable-sdl-audio --enable-addressing=real --without-esd --without-gtk +
---without-mon --without-x +
- +
-  +
-**BasiliskII on Intel 32bits 10.5.6** +
- +
-  +
-./configure --disable-standalone-gui --enable-vosf --enable-sdl-video --enable-sdl-audio --enable-addressing=real --without-esd --without-gtk --without-mon --without-x --enable-jit-compiler +
- +
-  +
-**SheepShaver on Intel 32bits 10.5.6** +
- +
- +
-./configure --disable-standalone-gui --enable-vosf -enable-sdl-video --disable-sdl-audio --enable-addressing=real --without-esd --without-gtk --without-mon --without-x --enable-jit+