adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: adonthell README.MacOSX,1.2,1.3


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell README.MacOSX,1.2,1.3
Date: Mon, 06 May 2002 10:06:28 -0400

Update of /cvsroot/adonthell/adonthell
In directory subversions:/tmp/cvs-serv3269

Modified Files:
        README.MacOSX 
Log Message:
ADDED proper linewraps

Index: README.MacOSX
===================================================================
RCS file: /cvsroot/adonthell/adonthell/README.MacOSX,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** README.MacOSX       6 May 2002 14:02:00 -0000       1.2
--- README.MacOSX       6 May 2002 14:06:25 -0000       1.3
***************
*** 2,10 ****
  Document version 1.1 by Nils Hesse ( address@hidden )
  
! Please note that this text describes how to get Adonthell and Waste's Edge 
*kind of* working in Mac OS X. The method described is by no means a 
consumer-ready way of doing things. However, at the moment, it is all we have :)
! 
! You WILL be using the Terminal A LOT. You will also need the Administrator's 
password.
! 
! I am assuming that you have a default installation of Mac OS X 10.1 and 
either the December 2001 or the April 2002 Developer Tools and an internet 
connection (the faster, the better).
  
  The very first thing you'll need, is Fink. You can get it at
--- 2,16 ----
  Document version 1.1 by Nils Hesse ( address@hidden )
  
! Please note that this text describes how to get Adonthell and Waste's
! Edge *kind of* working in Mac OS X. The method described is by no
! means a consumer-ready way of doing things. However, at the moment,
! it is all we have :)
! 
! You WILL be using the Terminal A LOT. You will also need the
! Administrator's password.
! 
! I am assuming that you have a default installation of Mac OS X 10.1
! and either the December 2001 or the April 2002 Developer Tools and an
! internet connection (the faster, the better).
  
  The very first thing you'll need, is Fink. You can get it at
***************
*** 12,18 ****
  http://fink.sourceforge.net/
  
! Fink is a package management system, similar to GNU Linux/Debian. It will 
help you install all kinds of GNU (related) software. Amongst others, this also 
includes things like the X11 windowing server, GNOME, enlightenment, etc... it 
is a very useful package to have, especially if you like the GNU world. :)
! 
! Please read all the FAQs and some Documentation on the Fink web site... it is 
very useful. Also, try to familiarize yourself with dselect (in Fink).
  
  After you've succesfully installed fink, we can begin.
--- 18,30 ----
  http://fink.sourceforge.net/
  
! Fink is a package management system, similar to GNU Linux/Debian. It
! will help you install all kinds of GNU (related) software. Amongst
! others, this also includes things like the X11 windowing server,
! GNOME, enlightenment, etc... it is a very useful package to have,
! especially if you like the GNU world. :)
! 
! Please read all the FAQs and some Documentation on the Fink web
! site... it is very useful. Also, try to familiarize yourself with
! dselect (in Fink).
  
  After you've succesfully installed fink, we can begin.
***************
*** 37,47 ****
  libvorbis-shlibs    (in sound)
  
! You may be asked to select some other packages in order to fullfill certain 
dependancies... make sure you do.
  
  3) [I]nstall, [C]onfig, [R]emove and [Q]uit.
  
! 4) Next, we will need to create a symbolic link - a bit messy, but we can 
remove it later. In the Terminal type 'ln -s /sw/lib/libvorbis.dylib 
/usr/lib/libvorbis.dylib'.
  
! 5) Now we can compile the adonthell source and waste's edge sources :) Get 
them from:
  
  http://freesoftware.fsf.org/download/adonthell/
--- 49,63 ----
  libvorbis-shlibs    (in sound)
  
! You may be asked to select some other packages in order to fullfill
! certain dependancies... make sure you do.
  
  3) [I]nstall, [C]onfig, [R]emove and [Q]uit.
  
! 4) Next, we will need to create a symbolic link - a bit messy, but we
! can remove it later. In the Terminal type 'ln -s
! /sw/lib/libvorbis.dylib /usr/lib/libvorbis.dylib'.
  
! 5) Now we can compile the adonthell source and waste's edge sources
! :) Get them from:
  
  http://freesoftware.fsf.org/download/adonthell/
***************
*** 49,59 ****
  You will need 'adonthell-0.3.3pre1.sit' and 'wastesedge.sit'
  
! 6) Once you have those files, un-stuff them and 'cd' into the extracted 
adonthell directory in a Terminal. Once there, type './configure 
--disable-nls'. With any luck, all should go well. Then, type 'make'. Watch the 
screen output jibberish for a few minutes. If there are no errors, you can then 
proceed with 'sudo make install'. Then you have adonthell installed.
! 
! 7) Now 'cd' into the extracted wastesedge directory and type './configure'. 
After that, 'make', and after that 'sudo make install'.
  
! 8) If all went well, you're done. type '/sw/bin/adonthell-wastesedge' to 
play. :))
  
! 9) If you want, you can do a 'sudo rm /usr/lib/libvorbis.dylib' but that aint 
important. It's probably best if you leave it there anyway.
  
  Known Bugs
--- 65,84 ----
  You will need 'adonthell-0.3.3pre1.sit' and 'wastesedge.sit'
  
! 6) Once you have those files, un-stuff them and 'cd' into the
! extracted adonthell directory in a Terminal. Once there, type
! './configure --disable-nls'. With any luck, all should go well. Then,
! type 'make'. Watch the screen output jibberish for a few minutes. If
! there are no errors, you can then proceed with 'sudo make install'.
! Then you have adonthell installed.
! 
! 7) Now 'cd' into the extracted wastesedge directory and type
! './configure'. After that, 'make', and after that 'sudo make
! install'.
  
! 8) If all went well, you're done. type '/sw/bin/adonthell-wastesedge'
! to play. :))
  
! 9) If you want, you can do a 'sudo rm /usr/lib/libvorbis.dylib' but
! that aint important. It's probably best if you leave it there anyway.
  
  Known Bugs
***************
*** 63,67 ****
  -Fullscreen mode doesn't work (due to SDL)
  
! Remember, this is an experimental work-around. You're pretty likely to 
encounter a few problems. For questions, e-mail the adonthell-devel list:
  
  address@hidden
--- 88,94 ----
  -Fullscreen mode doesn't work (due to SDL)
  
! Remember, this is an experimental work-around. You're pretty likely
! to encounter a few problems. For questions, e-mail the
! adonthell-devel list:
  
  address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]