Skip to content

Project in C++ about using rational to make real operations in math | Maths and prog project in engineer school

Notifications You must be signed in to change notification settings

MissBidule/ProgMaths_ALIDOR_COUARDT

Repository files navigation

ALIDOR Lilou ; COUARD Théo

Install dependencies

Usage

command line

To compile a project, first :

cd projectDirectory
mkdir build
cd build
cmake ..
make

Then each time you compile, from the same directory

make

If you add some new files and / or edit the CMakeList.txt, redo :

cmake ..
make

Optional : if you want to install a lib

sudo make install

Optional : if you want to generate the doc (in a separate folder)

cd projectDirectory
mkdir build-html
cd build-html
cmake ..
make
make html

The documentation is located in:

  • [path to build]/doc/doc-doxygen/html/index.html or
  • or [path to build]/INTERFACE/doc/doc-doxygen/html/index.html

About

Project in C++ about using rational to make real operations in math | Maths and prog project in engineer school

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •