HACKING 472 B

12345678910111213141516171819
  1. Hacking Fibers
  2. ==============
  3. git clone https://github.com/andywingo/fibers.git
  4. cd fibers
  5. autoreconf -vif && ./configure --prefix=/opt/guile && make && sudo make install
  6. See the TODO file for pending tasks.
  7. Copying this file
  8. =================
  9. Copyright (C) 2016 Andy Wingo <wingo@pobox.com>.
  10. Copying and distribution of this file, with or without modification, are
  11. permitted in any medium without royalty provided the copyright notice
  12. and this notice are preserved.