[[http://www.gibix.net/dokuwiki/en:projects:sheepshaver:help| Help Centre]]
[[http://www.gibix.net/dokuwiki/en:projects:sheepshaver:help:installation| Installing SheepShaver]]
[[http://www.gibix.net/dokuwiki/en:projects:sheepshaver:help:setup| Setting up SheepShaver]]
[[http://www.gibix.net/dokuwiki/en:projects:sheepshaver:help:networking| Networking]]
[[http://www.gibix.net/dokuwiki/en:projects:sheepshaver:help:using_sheepshaver| Using SheepShaver]]
[[http://www.gibix.net/dokuwiki/en:projects:sheepshaver:help:configuration_file| The configuration file]]
===== Installation =====
The [[http://www.gibix.net/dokuwiki/en:projects:sheepshaver:help:faq|requirements]] for all platforms
==== Linux ====
You can install SheepShaver in Linux either using the RPM-package, SOURCE-files or directly from CVS.
//RPM//
The easiest way to install SheepShaver is through the [[http://gwenole.beauchesne.info/dokuwiki/en:projects:sheepshaver#downloads|RPM-File]]. SheepShaver will be installed in /usr/bin.
Run SheepShaver by typing: \\
/usr/bin/SheepShaver
//SOURCE//
Download the [[http://gwenole.beauchesne.info/dokuwiki/en:projects:sheepshaver#downloads|SOURCE]] and unpack the SheepShaver archive. You can then try to compile the program under Linux with:
cd src/Unix
./autogen.sh
make
Run the program by typing:
./SheepShaver
//CVS//
Situate yourself in a directory of your liking and download the sources using the following commands in a terminal/console window:
cvs -d :pserver:anoncvs@cvs.cebix.net:/home/cvs/cebix login
the password is “anoncvs”.
Then:
cvs -d :pserver:anoncvs@cvs.cebix.net:/home/cvs/cebix checkout BasiliskII
cvs -d :pserver:anoncvs@cvs.cebix.net:/home/cvs/cebix checkout SheepShaver
cd SheepShaver
make links
You can then try to compile the program under Linux with:
cd src/Unix
./autogen.sh
make \\
Run the program by typing:
./SheepShaver
The SheepShaver Settings GUI will be started. Through the GUI, you can [[http://gwenole.beauchesne.info/dokuwiki/en:projects:sheepshaver:help:setup#linux|configure]] SheepShaver.
==== Windows ====
To install SheepShaver for Windows, download the [[http://www.gibix.net/dokuwiki/en:projects:sheepshaver#downloads|ZIP]]-file and unpack it. \\
You will also need to download:
* a Windows version of SDL.dll from [[http://www.libsdl.org/download-1.2.php|libsdl.org]] and
* the GTK+2 2.6 Runtime environment from [[http://gladewin32.sourceforge.net/modules/wfdownloads/|gladewin32]] \\
Place SDL.dll in the same directory SheepShaver.exe is in and install the GTK+2 environment. \\
Then run [[http://gwenole.beauchesne.info/dokuwiki/en:projects:sheepshaver:help:setup#windows|SheepShaverGUI]] to set up SheepShaver.
**Please note:** To use a CD-ROM with SheepShaver you have to copy the file "cdenable.sys" from the folder "CD-ROM drivers" in your download to your /windows/system32/drivers folder.
The installation of the ethernet driver is described here: [[http://gwenole.beauchesne.info/dokuwiki/en:projects:sheepshaver:help:networking#Windows|ethernet]] \\
\\
** Building SheepShaver on Windows ** \\
Please visit the [[http://www.gibix.net/dokuwiki/en:projects:sheepshaver:help:compiling|compiling]] page for information
==== MacOS X PPC & Intel====
You can download a pre-build application from [[http://www.gibix.net/projects/sheepshaver#downloads|here]] and use the GUI to set up SheepShaver \\
If the disk image you are going to use is blank, SheepShaver will boot from CD \\
To create a disk image use the following command in a terminal window:
dd if=/dev/zero of=name_of_your_hard_disk_image bs=1048576 count=size_in_megabytes
Or use Disk Utility (Applications/Utilities) and create a new image file. \\
For the CD-ROM drive to be detected and used within SheepShaver, you first have to insert a medium prior to starting up the application.
**Building SheepShaver on Mac OSX 10.4.4 Intel** \\
Please visit the [[http://gwenole.beauchesne.info/dokuwiki/en:projects:sheepshaver:help:compiling|compiling]] page for information