View Single Post
  #4   (View Single Post)  
Old 29th July 2010
Pjoter's Avatar
Pjoter Pjoter is offline
Shell Scout
 
Join Date: Sep 2008
Posts: 92
Default

All you have to do is to download pkgsrc archive, unpack in /usr then go to i.e.
Code:
cd /usr/pkgsrc/audio/****
and type there
Code:
make package clean
.

Please read:

HTML Code:
http://www.netbsd.org/docs/pkgsrc/
The file you have to download is:

HTML Code:
ftp://ftp.netbsd.org/pub/pkgsrc/pkgsrc-2010Q2/pkgsrc.tar.gz

If you install comp.tgz (from base system) you will have set of compilators (so C, C++ etc).


When compiling program from pkgsrc you don't have to download any sources, creating Makefiles etc etc. Pkgsrc will download sources for you and the set of Makefiles, patches etc is already provided by pkgsrc.


I hope that helps and clarifies.


Piotr.
Reply With Quote