commit 254541e21fadb6fd904aa8424d1364cfec03ca4e parent 4b3c45d2f2206208c92c40ad46bca81ec74c2b82 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Thu, 16 Jun 2022 17:09:08 +0200 Add a README file Diffstat:
| A | README.md | | | 31 | +++++++++++++++++++++++++++++++ |
1 file changed, 31 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,31 @@ +# Rad-Net Scattering Functions + +This project defines a file format used to describe spectrally varying phase +functions and provides a C library for this file format. + +## How to build + +This library is compatible with 64-bits POSIX systems. 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. It optionally depends on +[scdoc](https://sr.ht/~sircmpwn/scdoc/) which, if available, is used to +generate the man page of the file format. + +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. + +## Copyright notice + +Copyright (C) 2022 [|Méso|Star>](https://www.meso-star.com) (<contact@meso-star.com>). + +## License + +Rad-Net Scattering Functions 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.