Updating the doc a bit

This commit is contained in:
David Schmidt 2011-01-17 16:30:35 +00:00
parent 72512f2fc1
commit 70bc2d6785
3 changed files with 26 additions and 10 deletions

View File

@ -38,17 +38,17 @@ The Win32 code in GSport is leveraged from KEGS32.
GSport can be compiled with {{{http://www.mingw.org/}Mingw}}
and {{{http://www.cygwin.com/}Cygwin}} as well as via standard Microsoft compiler suites.
In order to compile:
In order to compile with Cygwin:
------------------
cd into the src/ directory
rm vars
ln -s vars_win32 vars
./make_win
make
------------------
You need to have a ROM file (named
ROM, ROM.01, or ROM.03) in the same directory.
ROM, ROM.01, or ROM.03) in the same directory as the resulting executable.
To quit, either click the close box, or force quit the application.
You can also middle-click (if you have a 3-button mouse) or
@ -59,6 +59,7 @@ Shift-F6 to get the debugger in the terminal window, and then type "q".
Use the <<<vars_mac>>> file:
-------------------------------------
cd into the src/ directory
rm vars; ln -s vars_mac vars
make
-------------------------------------
@ -70,6 +71,7 @@ make
Use the <<<vars_x86linux>>> file:
-------------------------------------
cd into the src/ directory
rm vars; ln -s vars_x86linux vars
make
-------------------------------------
@ -93,6 +95,7 @@ tell it to disable audio with the following command-line argument:
Use the <<<vars_linuxppc>>> file:
-------------
cd into the src/ directory
rm vars; ln -s vars_linuxppc vars
make
---------
@ -110,6 +113,7 @@ come out.
Use the <<<vars_solaris>>> file:
-------------------------------------
cd into the src/ directory
rm vars; ln -s vars_solaris vars
make
-------------------------------------
@ -126,6 +130,7 @@ by runnning the command: <<<gsportx -audio 1>>>
Use the <<<vars_x86solaris>>> file:
-------------------------------------
cd into the src/ directory
rm vars; ln -s vars_x86solaris vars
make
-------------------------------------
@ -161,7 +166,7 @@ HP, Motorola, and IBM are big-endian.
* Building Graphical Printer Support
Until graphical prallel printer support is generally integrated into all builds, the following work needs to be done:
Until graphical parallel printer support is generally integrated into all builds, the following work needs to be done:
* Install Simple DirectMedia Layer ({{{http://www.libsdl.org/}SDL}}) and Freetype in your build environment - you'll need to link to their libraries

View File

@ -6,6 +6,21 @@
GSport Release History
* Unreleased - in SVN now
New functionality:
* Added text-based virtual printer output
[]
Bug fixes:
* Added sound libraries in Win32 binary, mistakenly omitted
[]
* Version 0.1 - 1/6/2011 released as interim build
New functionality:

View File

@ -11,6 +11,8 @@ KEGS cross-platform IIgs emulator by Kent Dickey.
The base emulator builds and runs on all of the same platforms that KEGS did, and
the new capabilities are being integrated as contributors have time and interest.
[images/gsport.png]
* Project Goals
The main goal for GSport is to provide a free, open ecosystem for the continuation
@ -21,9 +23,3 @@ printer support. As those objectives are met, a release will be assembled and p
and we will move on to the next objectives. Do you have something that you wish
a GS emulator did? Submit a request {{{http://sourceforge.net/tracker/?group_id=315628&atid=1327836}here,}}
or better yet - dive in and {{{https://sourceforge.net/project/memberlist.php?group_id=315628}contribute!}}
* Emulator Goals
To accurately emulate an Apple IIgs - with extra bells and whistles!
[images/gsport.png]