TEXT   18
install
Guest on 12th February 2023 03:15:56 AM


  1. Make sure before you do anything else that you install requirements.
  2. See README for more information.  After you're done with that try the
  3. classic:
  4.  
  5. perl Makefile.PL
  6. make install
  7.  
  8. That should just install it.  Although, I recommend:
  9.  
  10. perl Makefile.PL
  11. make test
  12. make install
  13. make clean
  14.  
  15. It's more safe (it's tested) and more clean (it's cleaned).

Raw Paste

Login or Register to edit or fork this paste. It's free.