[[http://www.gibix.net/dokuwiki/en:projects:basilisk2:help| Help Centre]]
[[http://www.gibix.net/dokuwiki/en:projects:basilisk2:help:installation| Installing BasiliskII]]
[[http://www.gibix.net/dokuwiki/en:projects:basilisk2:help:setup| Setting up BasiliskII]]
[[http://www.gibix.net/dokuwiki/en:projects:basilisk2:help:networking| Networking]]
[[http://www.gibix.net/dokuwiki/en:projects:basilisk2:help:using_BasiliskII| Using BasiliskII]]
[[http://www.gibix.net/dokuwiki/en:projects:basilisk2:help:configuration_file| The configuration file]]
===== Installation =====
==== Linux ====
You can install Basilisk II in Linux either using the RPM-package, SOURCE-files or directly from CVS.
//RPM//
The easiest way to install SheepShaver is through the [[http://www.gibix.net/dokuwiki/en:projects:basilisk2#downloads|RPM-File]]. BasiliskII will be installed in /usr/bin.
Run BasiliskII by typing: \\
/usr/bin/BasiliskII
//SOURCE//
Download the [[http://www.gibix.net/dokuwiki/en:projects:basilisk2#downloads|SOURCE]] and unpack the BasiliskII archive. You can then try to compile the program under Linux with:
cd src/Unix
./autogen.sh
make
Run the program by typing:
./BasiliskII
//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
You can then try to compile the program under Linux with:
cd src/Unix
./autogen.sh
make
Run the program by typing:
./BasiliskII
The Settings GUI gets started, where you can [[http://www.gibix.net/dokuwiki/en:projects:basilisk2:help:setup#linux|configure]] BasiliskII
==== Windows ====
To install BasiliskII for Windows, download the [[http://www.gibix.net/dokuwiki/en:projects:basilisk2#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
* a GTK+2 2.6 Runtime environment from [[http://gladewin32.sourceforge.net/modules/wfdownloads/|gladewin32]] \\
Place SDL.dll in the same directory BasiliskII.exe is in and install the GTK+2 environment. \\
Then run [[http://www.gibix.net/dokuwiki/en:projects:basilisk2:help:setup#windows|BasiliskIIGUI]] to set up BasiliskII \\
==== MacOS X====
If you have the prebuilt application from [[http://www.users.bigpond.com/pear_computers/| Nigel Pearson' Page]], there is nothing to do. Start the program and use the [[http://www.gibix.net/dokuwiki/en:projects:basilisk2:help:setup#macos_x|PreferencesGUI]] to configure BasiliskII. \\
If you have the developer tools installed, and want to built it yourself, look in the file src/MacOSX/0_HOW_TO_BUILD.txt