summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2016-07-03 16:22:28 +0200
committerAndy Wingo <wingo@pobox.com>2016-07-03 17:24:24 +0200
commitad622db50913ec7b0165766c159cb9748ca6fd8d (patch)
treef6b592699101875175deeec640036a6666ecbc30 /HACKING
downloadguile-fibers-ad622db50913ec7b0165766c159cb9748ca6fd8d.tar.gz
initial commit
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING18
1 files changed, 18 insertions, 0 deletions
diff --git a/HACKING b/HACKING
new file mode 100644
index 0000000..1eb6df5
--- /dev/null
+++ b/HACKING
@@ -0,0 +1,18 @@
+Hacking Fibers
+==============
+
+git clone https://github.com/andywingo/fibers.git
+cd fibers
+autoreconf -vif && ./configure --prefix=/opt/guile && make && sudo make install
+
+See the TODO file for pending tasks.
+
+
+Copying this file
+=================
+
+Copyright (C) 2016 Andy Wingo <wingo@pobox.com>.
+
+Copying and distribution of this file, with or without modification, are
+permitted in any medium without royalty provided the copyright notice
+and this notice are preserved.