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
Next revisionBoth sides next revision
compiling_sheepshaver_basilisk [2014/10/19 23:11] – [Building SheepShaver in Linux flavours] cat_7compiling_sheepshaver_basilisk [2014/10/19 23:24] – [Preparing your build environment] cat_7
Line 30: Line 30:
  
 When building on Windows, the term "home folder" means your Cygwin or MSYS home folder, e.g. home/yourusername or msys/1.0/home/yourusername .\\ When building on Windows, the term "home folder" means your Cygwin or MSYS home folder, e.g. home/yourusername or msys/1.0/home/yourusername .\\
 +*Please note that currently SheepShaver can't be built with a GCC version above 4.6
  
 ==Build SDL 1.2.15== ==Build SDL 1.2.15==
Line 174: Line 174:
 ==== Building BasiliskII in Linux flavours==== ==== Building BasiliskII in Linux flavours====
  
-Ubuntu:\\+Ubuntu, Fedora, SuSE:\\
  
   cd BasiliskII   cd BasiliskII
Line 183: Line 183:
   strip BasiliskII   strip BasiliskII
  
-Fedora:\\ 
-  cd BasiliskII 
-  cd src/Unix 
-  NO_CONFIGURE=1 ./autogen.sh 
-  ./configure --enable-sdl-video --enable-sdl-audio --disable-vosf --enable-jit-compiler 
-  make 
-  strip BasiliskII 
- 
-Suse:\\ 
-  cd BasiliskII 
-  cd src/Unix 
-  NO_CONFIGURE=1 ./autogen.sh 
-  ./configure --enable-sdl-video --enable-sdl-audio --disable-vosf --enable-jit-compiler 
-  make 
-  strip BasiliskII 
  
 CentOS-64:\\ CentOS-64:\\