Guest User

Untitled

a guest
Dec 6th, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. source $stdenv/setup
  2.  
  3. PATH=$perl/bin:$PATH
  4.  
  5. tar xvfz $src
  6. cd hello-*
  7. ./configure --prefix=$out
  8. make
  9. make install
  10.  
Add Comment
Please, Sign In to add comment