commit 184cf6e89f71feeef43f39e56bdfba9af473db57 parent 9fda0444628e66cde2fd17231a4fb899e4b8b66d Author: Vincent Forest <vincent.forest@meso-star.com> Date: Mon, 26 Oct 2020 14:21:48 +0100 Add the README file Diffstat:
| A | README.md | | | 26 | ++++++++++++++++++++++++++ |
1 file changed, 26 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,26 @@ +# AsToRia: Thernmodynamic Properties + +This C library loads the thermodynamic proporties of a gas mixture. + +## How to build + +This library is compatible GNU/Linux 64-bits. It relies the +[CMake](http://www.cmake.org) and the +[RCMake](https://gitlab.com/vaplv/rcmake/) packages to build. +It also depends on the +[RSys](https://gitlab.com/vaplv/rsys/) library. + +First ensure that CMake is installed on your system. Then install the RCMake +package as well as the aforementioned prerequisites. Finally generate the +project from the `cmake/CMakeLists.txt` file by appending to the +`CMAKE_PREFIX_PATH` variable the install directories of its dependencies. The +resulting project can be edited, built, tested and installed as any CMake +project. Refer to the [CMake documentation](https://cmake.org/documentation) +for further informations on CMake. + +## License + +Copyright (C) 2020 Centre National de la Recherche Scientifique (CNRS). AtrTP +is free software released under the GPL v3+ license: GNU GPL version 3 or +later. You are welcome to redistribute it under certain conditions; refer to +the COPYING file for details.