Name: 		Rocks'n'Diamonds
Descripcion:    Puzzle Game
Date: 		2023-08-16
Version:	4.3.6.0
--------------------------------------------   


DESCRIPTION
-----------
Rocks'n'Diamonds is a puzzle video game with elements of Boulder Dash, Supaplex, Emerald Mine, Solomon's Key, and Sokoban clone. 

REQUIREMENTS
------------
This software requires libcx and the SDL2 libraries.
Under ArcaOS you need to install:
- "yum install SDL2 SDL2_image SDL2_mixer SDL2_net SDL2_ttf zlib"

LICENSE
-------
GNU GPL V2

CONSOLE LOG
------------
If you need to generate a log file to see any errors from the console you can run. 
 "rocksndiamonds 2>&1 | tee rocksndiamonds.log"

COMPILE INSTRUCTIONS
--------------------
This version was modified to compile on ArcaOS with GCC 9 compiler. It also uses the Watcom Linker and Watcom Resource Compiler. 

The requeriments for compile this version are:
- yum install git gcc make libc-devel binutils watcom-wrc watcom-wlink-hll
- yum install SDL2-devel SDL2_image-devel SDL2_mixer-devel SDL2_net-devel SDL2_ttf-devel perl zlib-devel pthread-devel libcx-devel

1) Remember to have correct header files your path. For GCC the correct ones are the included on the "libc-devel", not the ones from the OS/2 Toolkit. Check your config.sys for "SET INCLUDE=X:\usr\include" (Where is X is the drive where the file are located)

2) Since I'm using the Watcom Resource Compiler and Watcom Linker (open source) instead of the classic rc.exe and ilink.exe, add to your config.sys...
 SET EMXOMFLD_RC_TYPE=WRC
 SET EMXOMFLD_RC=wrc.exe
 SET EMXOMFLD_LINKER=wl.exe
 SET EMXOMFLD_TYPE=WLINK

3) Run "make" to compile or "make 2>&1 |tee make.out" to compile and get the log file. A compile.cmd file was provided to run the compile process.


AUTHORS
-------
- Port: Martin Iturbide (2023)
- ArtSoft

LINKS
------
- https://www.artsoft.org