OK, so where is this EMX runtime? The best place I go for files is the well-organized "Hobbes", hosted by the Department of Computing and Networking at New Mexico State University in Las Cruces, NM. First, get your browser pointed to: hobbes.nmsu.edu (http://hobbes.nmsu.edu). When you get there you will see a nice interface that also includes a search engine. I usually just "drill down" by following the link for /pub/os2, then going to dev, and finally selecting emx. This can also be accessed by using the web page controls for "Directory" and inserting /pub/os2/dev/emx and hitting the "Browse" button. I usually take the slow and cumbersome path, as I will always see something else that catches my eye.
Now you have a choice to make: v0.9c or v0.9d. I would recommend going with the newer v0.9d, some people may have reasons to select the other. Either way, you will see a collection of zip files (.zip extension) and an INSTALL.DOC and also a README.DOC. The main .zip file you want installed on your system is the emxrt.zip. This will be used by other programs and the EMX C/C++ compiler. The zip files will create a directory tree from the point you unzip them. I put mine at the root of my D: drive, so that when it is unzipped, it will create a D:\emx directory tree. Of course you will have to decide where you want to have it based on your needs.
Once emxrt.zip has been unpacked, the next step is to modify your CONFIG.SYS file and reboot.
* For additional options to the EMX Runtime, please see the file: \emx\doc\emxrt.doc for other modifications to your CONFIG.SYS file.
To be sure we are on track, let's check the status of our EMX Runtime installation. First open an OS/2 Command Window, and enter: emxrev
If you see similiar output, you have everything set properly. You will now be able to use a lot more software. Now, I'm sure when you followed the link to Hobbes, you saw a lot more files than the one we downloaded. You were perhaps curious what they are, and why I didn't mention them. As I said earlier, EMX is more than a runtime. It is a whole development system. It includes C, C++, Objective C and also other languages like ADA. Fact is, all the software you download needing the EMX Runtime, was compiled with these EMX tools.
If you're interested in developing software for OS/2, you will want to look at EMX.
Start off with some text based applications using C and later C++. After that,
you will want to venture on to Presentation Manager (PM) programming with EMX. There's
a lot of power in EMX. Best of all, it's free to use, so if you are starting out, check
out EMX. If programming isn't what you thought it was, be glad you didn't pay a lot
of money for an expensive compiler.
This article is courtesy of www.os2ezine.com. You can view it online at http://www.os2ezine.com/20020116/page_7.html.