diff options
| author | Andy Wingo <wingo@pobox.com> | 2016-07-03 16:22:28 +0200 |
|---|---|---|
| committer | Andy Wingo <wingo@pobox.com> | 2016-07-03 17:24:24 +0200 |
| commit | ad622db50913ec7b0165766c159cb9748ca6fd8d (patch) | |
| tree | f6b592699101875175deeec640036a6666ecbc30 /HACKING | |
| download | guile-fibers-ad622db50913ec7b0165766c159cb9748ca6fd8d.tar.gz | |
initial commit
Diffstat (limited to 'HACKING')
| -rw-r--r-- | HACKING | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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. |
