Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.25 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.25 KB

MoulinetteArcade

Purpose of this script

This project is intended to test your Epitech Arcade project.
It takes into account projects with CMakeLists.txt and Makefile .

This script allows you to test:

  • The compilation of your project
  • The name of your binary
  • The presence of the right libraries
  • Delete unwanted files
  • Create a pdf and html documentation (Doxyfile only)
    → Soon a debugging mode 🚀

There is no prerequisite to run the bash script.

Execute Script

./buildProject This command execute CMakeLists or Makefile.
This script is to be put in the root of your Arcade project.

Flags: 📚

--help | -h
Print usage script.

--documentation | -d
Find Doxygen file configuration and execute them to create pdf file.

--moulinette | -m
Executes the commands of the real moulinette for compilation.
Checks the name of the binary and the presence of the different
libs for the games and the graphic managers.

--clean | -c
Delete the binary, the libraries and the build folder if it exists.

--version | v
See the version of the script.