summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1998-01-06 19:51:52 +0000
committerhubertf <hubertf@pkgsrc.org>1998-01-06 19:51:52 +0000
commite753e92aa227b581a158a0020b4573a05a8a8f0d (patch)
tree0d37ef53e2959541a857a7b9ea6f9b12fa7065b7 /README
parent9d10f271d071992aa81bc6b6803d2dfa44087e63 (diff)
downloadpkgsrc-e753e92aa227b581a158a0020b4573a05a8a8f0d.tar.gz
Some descriptive text.
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000000..81181932aed
--- /dev/null
+++ b/README
@@ -0,0 +1,22 @@
+Welcome to the NetBSD Packages System
+=====================================
+
+Below this directory, you will find packages to build (compiled) programs
+from sources. To do so, cd into one of the sub-directories, and enter:
+
+ make
+ make install
+
+To make a precompiled binary package that can be installed on another
+system, enter
+
+ make package
+
+after that. The precompiled package will be placed in the "packages"
+subdirectory. A collection of precompiled binary packages can be found
+on ftp.netbsd.org in /pub/NetBSD/packages. To install a precompiled
+binary package, hand it's filename or an ftp://-URL pointing to it to
+pkg_add(1).
+
+See http://www.netbsd.org/Documentation/netbsd/Packages.txt for more
+information on the packages system.