version 1.6, 2013/02/08 05:22:47
|
version 1.8, 2017/03/06 22:05:53
|
Line 6
|
Line 6
|
|
|
#See |
#See |
|
|
[Documentation](http://www.netbsd.org/docs/pkgsrc/) |
[README.Linux](http://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/bootstrap/README.Linux) |
[Linux-specific documentation](http://www.netbsd.org/docs/pkgsrc/platforms.html#linux) |
|
[README.Linux](ftp://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/bootstrap/README.Linux) |
[pkgsrc guide](http://www.netbsd.org/docs/pkgsrc/) |
|
|
#Software requirements |
#Software requirements |
|
|
Before you can use pkgsrc, you may need a few packages installed on your Linux system upfront. |
Before you can use pkgsrc, you may need a few packages installed on your Linux system upfront. |
Line 17 Before you can use pkgsrc, you may need
|
Line 18 Before you can use pkgsrc, you may need
|
* libncurses-devel |
* libncurses-devel |
* zlib and zlib-devel |
* zlib and zlib-devel |
* openssl-devel (optional but required for some packages) |
* openssl-devel (optional but required for some packages) |
|
* libudev-dev (optional but required for some packages) |
|
|
The names may vary, depending on what Linux distribution you are using. Also be mindful of the platform you are using (eg. i686 vs. x86_64 - some have different pre-required packages). Also note that some very basic tools such as file, patch, sed, and others are required, as well. |
The names may vary, depending on what Linux distribution you are using. Also be mindful of the platform you are using (eg. i686 vs. x86_64 - some have different pre-required packages). Also note that some very basic tools such as file, patch, sed, and others are required, as well. |
|
|
Line 61 If bootstrap stops at
|
Line 63 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 Debian/Ubuntu system 'apt-get install libncurses5-dev' |