/INSTALL

http://github.com/ThomasLocke/yolk · #! · 16 lines · 10 code · 6 blank · 0 comment · 0 complexity · caf54701157f94ab839316785cb752b6 MD5 · raw file

  1. Before trying to compile Yolk, be sure to read the README and make sure that
  2. all the dependencies are met.
  3. Building and installing Yolk is as simple as:
  4. Edit makefile.setup to suit your needs
  5. $ make
  6. $ make install
  7. If you have a multicore system you can prepend make with PROCESSORS=n to speed
  8. things up.
  9. You can remove Yolk from your system by doing:
  10. $ make distclean