Difference between revisions of "Setup watcom"

From PLplotWiki
Jump to: navigation, search
(Added some setup information)
Line 5: Line 5:
 
=== Download and install ===
 
=== Download and install ===
 
* Download the packages <tt>open-watcom-c-win32-1.7a.exe</tt> and <tt>open-watcom-f77-win32-1.7a.exe</tt> from one of the mirrors listed here: http://www.openwatcom.org/index.php/Download. The <tt>open-watcom-f77</tt> is only needed if you are interested in Fortran development.
 
* Download the packages <tt>open-watcom-c-win32-1.7a.exe</tt> and <tt>open-watcom-f77-win32-1.7a.exe</tt> from one of the mirrors listed here: http://www.openwatcom.org/index.php/Download. The <tt>open-watcom-f77</tt> is only needed if you are interested in Fortran development.
* Install both packages by double-clicking the exe files. For both packages choose the same directory (without a space in the name), e.g. <tt>C:\Development\WATCOM</tt> or <tt>C:\WATCOM</tt>. There is no need to change any other settings, if you want to develop for the Windows platform.
+
* Install both packages by double-clicking the exe files. For both packages choose the same directory (without a space in the name), e.g. <tt>C:\Development\WATCOM</tt> or <tt>C:\WATCOM</tt>. There is no need to change any other settings, if you want to develop for the Windows platform. At the end of the installations process choose the option, where you set the environment variables yourself. In that way you have more control over the setup and it allows you to have more than one C/C++ compiler installed on your Windows box.
  
 
=== Setup ===
 
=== Setup ===
 +
An IDE is provided by Open Watcom, but to configure and compile plplot it is best to use the Windows CLI. Please follow the instructions in [setup_cli|Setup CLI] to get the Windows Command Line Interface ready for development. We need to set some environment variables in order for Open Watcom to work correctly. Go to Start->System Preferences->System->Advanced->Environment Variables. Add the following environment variables for your user:
 +
set 'WATCOM' to C:\DevZone\WATCOM
 +
set 'EDPATH' to C:\DevZone\WATCOM\EDDAT
 +
where <tt>C:\DevZone\WATCOM</tt> is the path to your Open Watcom installation. This information is also provided in the file <tt>C:\DevZone\WATCOM\CHANGES.ENV</tt>.
  
 
=== Links ===
 
=== Links ===
 
Homepage: http://www.openwatcom.org
 
Homepage: http://www.openwatcom.org
 
Download: http://www.openwatcom.org/index.php/Download
 
Download: http://www.openwatcom.org/index.php/Download

Revision as of 11:35, 31 March 2008

Setup Open Watcom compiler suite

Open Watcom is a project of the open source community to maintain and enhance the Watcom C, C++, and Fortran cross compilers and tools. An Open Source license from Sybase allows free commercial and non-commercial use of Open Watcom. More about Open Watcom's features. Details about Open Watcom's history. Work in progress includes Linux and FreeBSD ports, support for new processors, support for new language features and standards, a C++ STL implementation and more.

Download and install

  • Download the packages open-watcom-c-win32-1.7a.exe and open-watcom-f77-win32-1.7a.exe from one of the mirrors listed here: http://www.openwatcom.org/index.php/Download. The open-watcom-f77 is only needed if you are interested in Fortran development.
  • Install both packages by double-clicking the exe files. For both packages choose the same directory (without a space in the name), e.g. C:\Development\WATCOM or C:\WATCOM. There is no need to change any other settings, if you want to develop for the Windows platform. At the end of the installations process choose the option, where you set the environment variables yourself. In that way you have more control over the setup and it allows you to have more than one C/C++ compiler installed on your Windows box.

Setup

An IDE is provided by Open Watcom, but to configure and compile plplot it is best to use the Windows CLI. Please follow the instructions in [setup_cli|Setup CLI] to get the Windows Command Line Interface ready for development. We need to set some environment variables in order for Open Watcom to work correctly. Go to Start->System Preferences->System->Advanced->Environment Variables. Add the following environment variables for your user:

set 'WATCOM' to C:\DevZone\WATCOM
set 'EDPATH' to C:\DevZone\WATCOM\EDDAT

where C:\DevZone\WATCOM is the path to your Open Watcom installation. This information is also provided in the file C:\DevZone\WATCOM\CHANGES.ENV.

Links

Homepage: http://www.openwatcom.org Download: http://www.openwatcom.org/index.php/Download