You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
723 B
723 B
Dependencies
To build and use CArL, you need the following other software:
gitto checkout the git repository.cmaketo generate the make files.g++orclangto compile.
Optional dependencies
ccmaketo set cmake flags.doxygento build the documentation.gtestto build the test cases.
Additionally, CArL requires a few external libraries:
gmpfor calculations with large numbers.Eigen3for numerical computations.boostfor several additional libraries.
To simplify the installation process, all these libraries can be built by CArL automatically if it is not available on your system. You can do this manually by running @code make resources @endcode