Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2003-05-29 18:18:48 +0400
committerKent Mein <mein@cs.umn.edu>2003-05-29 18:18:48 +0400
commit9bca4abd025307ee7264fb92d7715155d6ee6cea (patch)
tree59d1180b49fe0146477cf502312e287256d15741 /README
parentf46d9845ec8da30230c6dc490e2407fe2212bcf4 (diff)
Added Jan's Notes on NetBSD/pkgsrc building the source...
Kent
Diffstat (limited to 'README')
-rw-r--r--README31
1 files changed, 31 insertions, 0 deletions
diff --git a/README b/README
index c979542da3b..7cbd3463a68 100644
--- a/README
+++ b/README
@@ -274,3 +274,34 @@ step is only necessary if you're using a version of MacOS X prior to 10.2.
When using the new automake system, QuickTime support can be enabled by passing
the "--enable-quicktime=yes" flag to ./configure. When building with the original
NaN Makefiles, QuickTime support is enabled automatically.
+----------------------NetBSD TIPS--------------------------------------
+NetBSD (and other platforms using pkgsrc)
+
+Quick Install
+
+cd /usr/pkgsrc/graphics/blender
+make install
+
+In-depth Instructions
+
+NetBSD's Packages Collection provides for easy installation from
+source on a multitude of platforms (NetBSD, Linux, OpenBSD, FreeBSD,
+Darwin, Irix). You should be able to compile and install Blender
+easily by simply changing into the directory
+/usr/pkgsrc/graphics/blender and issuing the command 'make install'.
+This will automatically download the sources, verify their integrity,
+download and install all necessary dependencies and build and install
+Blender. Please see for details:
+ http://www.netbsd.org/Documentation/software/packages.html
+ http://www.netbsd.org/Documentation/pkgsrc/
+
+
+Note that there are a few flags you can set to compile in support for
+additional packages. Search /usr/pkgsrc/mk/bsd.pkg.defaults.mk for
+"BLENDER" variables and set them according to your preference in
+/etc/mk.conf
+
+If you experience problems building the package, please use send-pr(1)
+
+on your NetBSD system or submit a proble report via:
+ http://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd