#+TITLE: Extent sampling * Build Build dependencies are - cmake and make (for the build system) - sph-sc (to generate C sources from SC sources) - indent (optional; to indent the generated sources) - guile (for the scheme wrappers) To build, run the following commands. #+BEGIN_SRC shell $ cmake -B build $ make -C build #+END_SRC * License The source code is free software released under the terms of the [[https://www.gnu.org/licenses/gpl.html][GNU General Public License]], either version 3 of the License, or (at your option) any later version.