FAQ: Problems installing Oolite on Windows
Posted: Tue Oct 11, 2005 12:03 pm
I can get GNUstep to run, but the commands given in the sticky don't seem to work, so i'm stuffed before I can even try Oolite..
For information and discussion about Oolite.
https://bb.oolite.space/
Code: Select all
Get the files from: http://developer.berlios.de/projects/oolite-pc/
Oolite for Windows
Alpha release 20050608
Installation
You must download and install the GNUstep for Windows software. You can download the installer from:
ftp://ftp.gnustep.org/pub/gnustep/binaries/windows/base-1.10.1-gui-0.9.4/
To be able to run Oolite without editing any files you should install GNUstep in c:\GNUstep.
Now decide if you want the source or binary distribution of Oolite. The binary distribution does not include anything not required to run the game, so you cannot rebuild the game using it. The source distribution has all source files and libraries, so you can rebuild the game.
To get a source distribution, download the file Local_src_20050608.tar.gz into /c/GNUstep, start the GNUstep shell and type:
cd /c/GNUstep
tar zxf Local_src_20050608.tar.gz
To get a binary distribution, download the file Local_bin_20050608.tar.gz into /c/GNUstep, start the GNUstep shell and type:
cd /c/GNUstep
tar zxf Local_bin_20050608.tar.gz
Once this is all done, type all of the following
cd $GNUSTEP_LOCAL_ROOT/oolite-linux
cp ../Tools/*.dll oolite.app
oolite.sh
Code: Select all
Download the source file at
http://download.berlios.de/oolite-pc/oolite-pc-alpha-20050926.zip.
Extract it into the C:\GNUstep\Local folder so that it creates the folder C:\GNUstep\Local\oolite.
In the C:\GNUstep\System\Tools\ directory, there is a file called libpng13.dll. Copy this and paste it into your <WindowsDir>\System32 folder, replacing any existing files.
Start up GNUstep and enter the following commands:
cd $GNUSTEP_LOCAL_ROOT/oolite
openapp oolite
If this does not work, you may need to compile the executable. In this case, instead of running the openapp command, type the following command:
make
Once that has completed, then try the ‘openapp oolite’ command again.
Selezen wrote:OK...you HAVE to follow the instructions below to the letter before anything else:
This will link up the libraries and run the installed version. Exit the GNUstep shell once you have done all this and had a look around in Oolite.Code: Select all
Get the files from: http://developer.berlios.de/projects/oolite-pc/ Oolite for Windows Alpha release 20050608 Installation You must download and install the GNUstep for Windows software. You can download the installer from: ftp://ftp.gnustep.org/pub/gnustep/binaries/windows/base-1.10.1-gui-0.9.4/ To be able to run Oolite without editing any files you should install GNUstep in c:\GNUstep. Now decide if you want the source or binary distribution of Oolite. The binary distribution does not include anything not required to run the game, so you cannot rebuild the game using it. The source distribution has all source files and libraries, so you can rebuild the game. To get a source distribution, download the file Local_src_20050608.tar.gz into /c/GNUstep, start the GNUstep shell and type: cd /c/GNUstep tar zxf Local_src_20050608.tar.gz To get a binary distribution, download the file Local_bin_20050608.tar.gz into /c/GNUstep, start the GNUstep shell and type: cd /c/GNUstep tar zxf Local_bin_20050608.tar.gz Once this is all done, type all of the following cd $GNUSTEP_LOCAL_ROOT/oolite-linux cp ../Tools/*.dll oolite.app oolite.sh
Once this is done, the libraries and plugins required for Oolite will be installed. Now you have to install the new version.If all is well, this should all work and you should now be looking at a spinny Cobra.Code: Select all
Download the source file at http://download.berlios.de/oolite-pc/oolite-pc-alpha-20050926.zip. Extract it into the C:\GNUstep\Local folder so that it creates the folder C:\GNUstep\Local\oolite. In the C:\GNUstep\System\Tools\ directory, there is a file called libpng13.dll. Copy this and paste it into your <WindowsDir>\System32 folder, replacing any existing files. Start up GNUstep and enter the following commands: cd $GNUSTEP_LOCAL_ROOT/oolite openapp oolite If this does not work, you may need to compile the executable. In this case, instead of running the openapp command, type the following command: make Once that has completed, then try the ‘openapp oolite’ command again.
If it didn't work, report any errors here!
Good luck!
Have you read the readme that comes with GNUstep? It may shed some light on it. There may be more steps to go through. Without being able to see your installation it's hard to debug it. IIRC, There were three phases to the installation, as MSYS had to be installed separately after the installation of the main GNUstep system.Nemo. wrote:Hi, I have tried following these instruction but I cannot get anything to work!
I am using Windows XP and downloaded;
ftp://ftp.gnustep.org/pub/gnustep/binar ... -0.9.4.exe
and run this install. It appears to install but when I run the start menu link ("MSYS for GNUstep") nothing happens - it points to (C:\GNUstep\Development\msys\1.0\msys.bat) and I tried running this directly but nothing happens - no errors appear. I know nothing about GNUstep - I presume this is how you are supposed to run a GNUstep shell?
I have uninstalleed and tried once again. Same result. I cam see the files installed at c:\GNUstep but nothing happens.
I downloaded "oolite-pc-installer alpha20060123 " and tried installing that into c:\GNUstep\Local (previously) but have not this time as I think it must be GNUstep??
It means that if you want a copy of the source code as well as the game files, download that file. It can be downloaded from http://developer.berlios.de/projects/oolite-pc/ as stated in my post above.Nemo. wrote:And what does "To get a source distribution, download the file Local_src_20050608.tar.gz " mean? where can I download this?