-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
30 lines (23 loc) · 976 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Program to simulate predator(Puma) & prey(Hare)
----------------------------------------------
* Please source puma-setup to setup the environment for compilation
e.g.: source ./puma-setup
* All header files are present in the include directory.
* The main source code is present in the src directory.
* The detailed documentation for the project is available in docs.
*
Compilation:
------------
The Makefiles are setup to compile the sub-directories recursively.
Dependencies with CUnit library:
-------------------------------
If CUnit is installed locally, please ensure that the CFLAGS and LD_LIBRARY_PATH
environment variables are set accordingly.
PPM output
----------
The .ppm files for a given timestep size is output to the directory where the binary is
executed from.
Convert to GIF
--------------
Use ``make simulation`` to produce a .gif animation of the .ppm file from the puma directory.
Please ensure the .ppm files are present in the puma directory.