/INSTALL
http://github.com/ThomasLocke/yolk · #! · 16 lines · 10 code · 6 blank · 0 comment · 0 complexity · caf54701157f94ab839316785cb752b6 MD5 · raw file
- Before trying to compile Yolk, be sure to read the README and make sure that
- all the dependencies are met.
- Building and installing Yolk is as simple as:
- Edit makefile.setup to suit your needs
- $ make
- $ make install
- If you have a multicore system you can prepend make with PROCESSORS=n to speed
- things up.
- You can remove Yolk from your system by doing:
- $ make distclean