Updated documentation

This commit is contained in:
teuf
2001-04-23 17:41:59 +00:00
parent 6895d1d45d
commit 08d854f24b
3 changed files with 40 additions and 8 deletions

View File

@@ -44,14 +44,40 @@ Windows port :
these old headers (in the include directory of vc++ dir)
with the newer ones.
- zlib : http://www.info-zip.org/pub/infozip/zlib/
you need the Win9x/WinNT static library (the dll version doesn't
seem to work with zsnes). Name the static version zlib.lib and
put it somewhere where vc++ will find it (for example, the lib
directory in vc++ dir).
you need the Win9x/WinNT static library (the dll version
doesn't seem to work with zsnes). Rename the static version
to zlib.lib and put it somewhere where vc++ will find it
(for example, the lib directory in vc++ dir).
Don't forget to set the correct path to the directx sdk in makefile.win!
Then to build the executable, go to the src directory and type:
make -f makefile.win
You may also want to compress zsnesw.exe with upx (http://upx.tsx.org), it will
divide its size by 10.
divide its size by 10.
Linux port:
I assume the standard development tools are installed (gcc, make, ...)
You'll also need :
- SDL (Simple DirectMedia Layer) : check www.libsdl.org to grab SDL 1.2.0 or
later. If you are using rpm packages, don't
forget the -devel package.
- NASM v0.98 : http://www.cryogen.com/nasm/
the version found on http://nasm.2y.net/ DOES NOT WORK
with zsnes sources. When you type nasm -r, you must get
'NASM version 0.98' and not 'NASM version 0.98.08' if you
have the correct version
- zlib : http://www.info-zip.org/pub/infozip/zlib/
it is probably already installed on your
system, maybe you are just missing the
development headers. Check in the
packages available with your distribution
or go to the page above
Then to build the executable, go to the src directory and type:
make -f makefile.win
You may also want to compress the zsnes executable with upx (http://upx.tsx.org)
, it will divide its size by 10.

3
zsnes/linux/README.LINUX Normal file
View File

@@ -0,0 +1,3 @@
This is the first release of the linux zsnes version, so don't expect it to be perfect. Anyway, most of the feature of the windows version are already implemented including windowed and fullscreen rendering, sound, joystick support, zip support, ...
To use this version, you need to install SDL 1.2.0 (www.libsdl.org).
If you find any bug/missing feature in this version, please report it on the zsnes-devel mailing list or on sourceforge bugtracker. Check sourceforge.net/projects/zsnes for more information.

View File

@@ -1,5 +1,8 @@
If you need help to compile zsnes, read install.txt.
If you need help to compile ZSNES, read install.txt.
If you need help to browse the sources, read srcinfo.txt.
For more information about zsnes development, check http://zsnes.sourceforge.net
The official website is at http://www.zsnes.com
For more information about ZSNES development, check http://zsnes.sourceforge.net
The official website is at http://www.zsnes.com
You can also reach us on irc on #zsnes :
EFNet for general discussion about ZSNES and lot of other stuff
irc.openprojects.org if you want to chat with the developers