<?php
include_once(($_SERVER['DOCUMENT_ROOT']) . "/include/header.inc");
include_once(($_SERVER['DOCUMENT_ROOT']) . "/include/footer.inc");

startPage("Jens' File Editor/GCC");
?>
<a href="http://home.t-online.de/home/Jens.Altmann/jfe_eng.htm" target="external">
Jens' File Editor (JFE)</a> provides an integrated development environment for
the GCC C/C++ compilers. JFE is freeware. The included <a href="http://gcc.gnu.org/" 
target="external">GCC and GDB</a> are Open Source software.
<p />
JFE is available through <a href="http://www.its.queensu.ca/pcakman/" target="external">Packman</a> 
and is installed on all CASLab Windows machines as well as in Jeffery Hall.  
If you wish to install JFE on your home machine and are not using Packman, you 
can download it <a href="gccgdb.exe">here.</a>
<p />
To install the program at home, simply run the downloaded file.  This will expand
an archive to c:\gcc by default.  It will then create a link on your desktop and 
in your Start menu called "gcc."  

<?php
endPage();
?>
