Go to file
Gustavo Henrique Santos Souza de Miranda 1695e9dc44 Created Money structure and implementation and also made some modification on the doxygen template 2024-04-24 02:48:45 -03:00
docs Created Money structure and implementation and also made some modification on the doxygen template 2024-04-24 02:48:45 -03:00
include Created Money structure and implementation and also made some modification on the doxygen template 2024-04-24 02:48:45 -03:00
src Created Money structure and implementation and also made some modification on the doxygen template 2024-04-24 02:48:45 -03:00
.gitignore Project Started with a basic template with cmake 2024-04-23 22:07:38 -03:00
CMakeLists.txt Project Started with a basic template with cmake 2024-04-23 22:07:38 -03:00
LICENSE Initial commit 2024-04-24 00:54:03 +00:00
README.md Project Started with a basic template with cmake 2024-04-23 22:07:38 -03:00

README.md

Contarius

Contarius é um software para criar razonetes.

Instrução de Compilação

Antes de compilar é necessário ter as seguintes dependencias:

  • GCC
  • CMAKE
  • Doxygen
  • Latex

Ao Compilar o programa será compilado conjuntamente a documentação do código

Para compilar basta executar:


cmake -S . -B build
cd build
cmake --build .