fork download
  1. $ cd
  2. $ tar xvfz /usr/ports/distfiles/screen-4.0.3.tar.gz
  3. $ for i in /usr/ports/sysutils/screen/files/*; do cat $i | patch; done
  4. $ wget http://v...content-available-to-author-only...h.org/wrp_vertical_split_0.3_4.0.2.diff.bz2
  5. $ bzcat wrp_vertical_split_0.3_4.0.2.diff.bz2 | patch
  6. $ ./configure --prefix=$HOME/screen
  7. $ gmake
  8.  
  9. Redigera filen doc/Makefile och tag bort _allting_. Lägg sedan till en rad
  10. som bara innehåller "installdirs:"
  11.  
  12. $ gmake install
  13.  
  14. Lägg sedan till $HOME/screen/bin i $PATH, t.ex. genom att lägga till
  15.  
  16. export PATH=$HOME/screen:$PATH
  17.  
  18. I ~/.bashrc
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty