Advertisement
Aclegg2011

Untitled

May 5th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Installing GNU Make (use only make-3.81; this was designed for android)
  2.  
  3.  
  4.  
  5. $ wget -o make.tar.gz http://ftp.gnu.org/gnu/make/make-3.81.tar.gz
  6.  
  7. $ tar -xvzf make-3.81.tar.gz
  8.  
  9. $ cd make-3.81
  10.  
  11. $ ./configure
  12.  
  13. $ sudo make install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement