- This project is under development with students.
- Clone the repos: git clone [email protected]:cpp-projects-showcase/BasiRpg.git
- Go into the cloned directory: cd BasicRpg
- Create your builddirectory 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