Skip to content

gejimayu/VirtualZoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title


** 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
********************

  1. 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

  2. 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

  3. Open terminal (for UNIX) or command prompt (for Windows), open current directory using cd directory_path

  4. Run command make

  5. There will be an executable file called Main. Run it in terminal ./Main or command prompt Main

  6. Enjoy your visit in the Virtual Zoo

  7. The Test executable file is a unit test file using google test. To run it in terminal use ./Test or command prompt Test

title title title


HOW TO GENERATE DOCUMENTATION


  1. Download Doxygen http://www.stack.nl/~dimitri/doxygen/download.html. For Ubuntu user run command sudo apt-get install doxygen

  2. Open terminal (for UNIX) or command prompt (for Windows), open current directory using cd directory_path

  3. Run command doxygen Doxyfile

  4. There will be a folder named Documentation. Open it. Inside, open folder html and search index.html, open it.

  5. The complete documentation for this project is all yours.

About

the name says it all

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published