Descent2x (neko mips4)
From Nekoware
| neko_descent2x | |
| Internal Version: | 1 |
|---|---|
| Download: | neko_descent2x-0.2.5.tardist |
| Current release: | 0.2.5 / March 8 2005 |
| Use: | Unknown |
| Licence: | Unknown |
| Website: | |
Contents |
[edit] Installing the package
Download and install the neko_descent2x-0.2.5 (version 1) tardist package from the Nekoware repository.
Installation of the precompiled binary package can be achieved using either Software Manager or inst: In the case of inst, all that's required is the command:
~ $ inst -f /path/to/neko_descent2x-0.2.5.tardist install all keep *.opt.src go quit
You will need "root" privileges to install the software.
A list of all files is installed by this package is available.
[edit] Package Dependencies
The following additional packages are required to run this software correctly:
[edit] Package Incompatibilities
The following packages are marked as incompatible.
- No incompatibilities.
[edit] Package Layout
Default indicates whether the subsystem will be installed if "install standard" (or similar) is used. Order is used if any given subsystem must be installed before others.
| Name | Size [Kbytes] | Default | Order | Description |
|---|---|---|---|---|
| neko_descent2x.sw.eoe | 11,718 | Yes | 9999 | execution only env |
| neko_descent2x.sw.util | 163 | No | 9999 | utilities |
| neko_descent2x.opt.relnotes | 1 | No | 9999 | release notes |
| neko_descent2x.opt.dist | 6 | No | 9999 | distribution files |
| neko_descent2x.opt.src | 1,968 | No | 9999 | original source code |
| neko_descent2x.opt.patches | 7 | No | 9999 | patches to source code |
[edit] Compiling
As for the majority of Nekoware packages, the 7.4.x release of SGI's MIPSpro Compiler suite has been used to build this package.
[edit] Environment
setenv CC cc setenv CXX CC setenv CFLAGS '-O3 -mips4 -n32' setenv CXXFLAGS '-O3 -mips4 -n32' setenv CPPFLAGS '-I/usr/nekoware/include' setenv LDFLAGS '-L/usr/nekoware/lib'
[edit] Patches
You may need to apply the following patches: neko_descent2x.patch
[edit] Configure
patch -p0 < neko_descent2x.patch ./configure --prefix=/usr/nekoware --disable-network --disable-debug --with-opengl gmake gmake install (for the d2x-sdl build, remove --with-opengl)
[edit] Release Notes
Click on the "show" link to expand the contents of the package's 'relnotes' file.
| The original "relnotes" File. |
|---|
SOURCE/VERSION -------------- d2x-0.2.5 / 1 ENVIRONMENT VARIABLES --------------------- setenv CC cc setenv CXX CC setenv CFLAGS '-O3 -mips4 -n32' setenv CXXFLAGS '-O3 -mips4 -n32' setenv CPPFLAGS '-I/usr/nekoware/include' setenv LDFLAGS '-L/usr/nekoware/lib' CONFIGURE FLAGS --------------- patch -p0 < neko_descent2x.patch ./configure --prefix=/usr/nekoware --disable-network --disable-debug --with-opengl gmake gmake install (for the d2x-sdl build, remove --with-opengl) KNOWN DEPENDANCIES ------------------ neko_sdl.sw.lib neko_sdl_image.sw.lib neko_libjpeg.sw.lib neko_libpng.sw.lib neko_zlib.sw.lib ERRORS/MISCELLANEOUS -------------------- There are some textures which get "altered" during gameplay. A bit disturbing to watch but nothing alarming, until everything looks like a blue key card. Hmmm... I've poked around in 2d/bitblt.c because the MIPSPro Loop Nest Optimizer would bomb on that file. I fixed some nasty pointer arithmetic in there, and now the 2d textures look a bit cleaner. Tardist created by Frank Everdij |
[edit] Errors/Miscellaneous
There are some textures which get "altered" during gameplay. A bit disturbing to watch but nothing alarming, until everything looks like a blue key card. Hmmm... I've poked around in 2d/bitblt.c because the MIPSPro Loop Nest Optimizer would bomb on that file. I fixed some nasty pointer arithmetic in there, and now the 2d textures look a bit cleaner.
[edit] Older Versions
- None
[edit] External Links
None.
