Download the kernel (version 3.3.1)
Download the user manual (version 3.3.1) zipped PostScript, zipped DVI
Download the C Compiler (a minimal DJGPP distribution)
To download specific files go to the Hartik download site.
To compile HARTIK, you need:
wmake
').
To run HARTIK programs, you need:
Then, the HARTIK system can be installed as follows:
Download the HARTIK.ZIP file (for example in the root directory C:\)
Unzip the HARTIK.ZIP file in the root directory (C:\). In this way, the system will be installed in C:\HARTIK.
NOTE: If the C compiler is installed in a directory different than C:\DJGPP, before step 3, you have to go to the main HARTIK subdirectory and modify the DJSET.BAT file to write the correct path for the C compiler.
Go to C:\HARTIK and complile the kernel:
cd c:\hartik
install
Restart your computer in MS-DOS mode.
Go to C:\HARTIK and initialize the environment:
cd c:\hartik
hartik
Once you have builded all the HARTIK libraries, you are ready
to compile HARTIK applications. In the examples
directory you will find the source code of some demos.
To test one of the example programs do the following:
Create a working directory where you like to develop your applications (for example, C:\WORK) and go to this directory.
Copy the following files from C:\HARTIK\EXAMPLES to your working directory:
copy c:\hartik\examples\makefile.gnu
copy c:\hartik\examples\m.bat
copy c:\hartik\examples\aster.c
Compile the ASTER.C example to test the system:
m aster
Run the example:
x aster