Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 558 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 558 Bytes

C++ Course - Basic RPG Project

What is this repository for?

  • This project is under development with students.

How do I get set up?

  • Clone the repos: git clone [email protected]:cpp-projects-showcase/BasiRpg.git
  • Go into the cloned directory: cd BasicRpg
  • Create your build directory and change into it: mkdir build && cd build
  • Launch the build: cmake .. && make
  • Test everything: make check
  • Build the documentation: make docs (it needs Doxygen)
  • Read the doc: <myBrowser> html/index.html