** Virtual Zoo VZ03 - Demo version **
** Made by : AC **
** Kevin Jonathan - 13515052 **
** Albertus Djauhari - 13515054 **
** Gianfranco Fertino - 13515118 **
** Lazuardi Firdaus - 13515136 **
*****************************************
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ATTENTION!!!!
This version has only been tested on UNIX.
We are not responsible for incompatibility for other Operating System
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
********************
HOW TO RUN PROGRAM
********************
-
Make sure you have ncurses library before compiling. You can download it from http://invisible-island.net/ncurses/#downloads. For Ubuntu user : sudo apt-get install libncurses-dev
-
Make sure you have Google Test library. Download it here https://github.com/google/googletest. For Ubuntu user : sudo apt-get install libgtest-dev sudo apt-get install cmake cd /usr/src/gtest sudo cmake CMakeLists.txt sudo make sudo cp *.a /usr/lib
-
Open terminal (for UNIX) or command prompt (for Windows), open current directory using cd directory_path
-
Run command make
-
There will be an executable file called Main. Run it in terminal ./Main or command prompt Main
-
Enjoy your visit in the Virtual Zoo
-
The Test executable file is a unit test file using google test. To run it in terminal use ./Test or command prompt Test
HOW TO GENERATE DOCUMENTATION
-
Download Doxygen http://www.stack.nl/~dimitri/doxygen/download.html. For Ubuntu user run command sudo apt-get install doxygen
-
Open terminal (for UNIX) or command prompt (for Windows), open current directory using cd directory_path
-
Run command doxygen Doxyfile
-
There will be a folder named Documentation. Open it. Inside, open folder html and search index.html, open it.
-
The complete documentation for this project is all yours.