aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorArun Isaac2021-02-26 16:45:28 +0530
committerArun Isaac2021-02-26 16:45:28 +0530
commit7b7b1db077ac13f99ddcb6e76668b6008d6b69eb (patch)
treea70e60d043ff045a4df7e7659f19db76cdc43c38 /README.org
parent51a89c02ab5d9eca4250a1e974c6bc99753cabc2 (diff)
downloadnsmc-7b7b1db077ac13f99ddcb6e76668b6008d6b69eb.tar.gz
nsmc-7b7b1db077ac13f99ddcb6e76668b6008d6b69eb.tar.lz
nsmc-7b7b1db077ac13f99ddcb6e76668b6008d6b69eb.zip
Add README.
* README.org: New file.
Diffstat (limited to 'README.org')
-rw-r--r--README.org22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..5e46260
--- /dev/null
+++ b/README.org
@@ -0,0 +1,22 @@
+#+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.