version 1.2, 2012/02/05 07:14:36
|
version 1.3, 2012/02/05 07:41:24
|
Line 6
|
Line 6
|
|
|
#What is pkgsrc |
#What is pkgsrc |
|
|
pkgsrc is the NetBSD build framework for third party software that works on a lot of Unix™ like platforms and of course on Linux. In this chapter, I will explain how to set up and use pkgsrc on Linux. |
pkgsrc is the NetBSD build framework for third party software that works on a lot of Unix™ like platforms and of course on Linux. In this chapter, I will explain how to set up and use pkgsrc on Linux. |
#Software requirements |
#Software requirements |
|
|
Before you can use pkgsrc, you need a few packages installed on your Linux system upfront. |
Before you can use pkgsrc, you need a few packages installed on your Linux system upfront. |
Line 179 If bootstrap stops at
|
Line 179 If bootstrap stops at
|
|
|
Then install the libncurses-dev package |
Then install the libncurses-dev package |
|
|
On an RPM based system this might be via 'yum install ncurses-devel', and on a debia/ubuntu system 'apt-get install ncurses5-dev' |
|
|
|
|
On an RPM based system this might be via 'yum install ncurses-devel', and on a debia/ubuntu system 'apt-get install ncurses5-dev' |