Skip to content

Commit

Permalink
Release version 1.9
Browse files Browse the repository at this point in the history
Using tarball (with SHA1):
c8bcf8b3f7fa33af6e7dfedcd1b855d66ac79d8d *NCK-1.9.tar.gz
  • Loading branch information
Doc-Ok authored and daBrado committed Aug 14, 2013
1 parent 4d2d783 commit b2b2516
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ Nanotech Construction Kit 1.7

Nanotech Construction Kit 1.8
- Bumped Vrui requirement to Vrui 2.6-001.

Nanotech Construction Kit 1.9
- Bumped Vrui requirement to Vrui 3.0-001.
10 changes: 5 additions & 5 deletions README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
========================================================================
README for Nanotech Construction Kit 1.8
README for Nanotech Construction Kit 1.9
Copyright (c) 2004-2013 Oliver Kreylos
========================================================================

Expand All @@ -20,8 +20,8 @@ http://idav.ucdavis.edu/~okreylos/ResDev/NanoTech
Requirements
============

The Nanotech Construction Kit version 1.8 requires Vrui version 2.6
build 001 or newer.
The Nanotech Construction Kit requires Vrui version 3.0 build 001 or
newer.

Installation Guide
==================
Expand Down Expand Up @@ -49,8 +49,8 @@ be used from multiple user accounts.
2. Change into the Nanotech Construction Kit base directory:
> cd NCK-<version>

3. If the Vrui version installed in step 0 was not 2.6, or Vrui's
installation directory was changed from the default of ~/Vrui-2.6,
3. If the Vrui version installed in step 0 was not 3.0, or Vrui's
installation directory was changed from the default of ~/Vrui-3.0,
adapt the makefile using a text editor. Change the value of
VRUI_MAKEDIR close to the beginning of the file as follows:
VRUI_MAKEDIR := <Vrui install dir>/share/make
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Nanotech Construction Kit 1.8
Nanotech Construction Kit 1.9
File renamed without changes.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# matches the default Vrui installation; if Vrui's installation
# directory was changed during Vrui's installation, the directory below
# must be adapted.
VRUI_MAKEDIR := $(HOME)/Vrui-2.6/share/make
VRUI_MAKEDIR := $(HOME)/Vrui-3.0/share/make

# Base installation directory for the example programs. If this is set
# to the default of $(PWD), the example programs do not have to be
Expand All @@ -45,7 +45,7 @@ INSTALLDIR := $(shell pwd)
# clobbering each other. The value should be identical to the
# major.minor version number found in VERSION in the root package
# directory.
VERSION = 1.8
VERSION = 1.9

# Set up resource directories: */
CONFIGDIR = etc/NCK-$(VERSION)
Expand Down

0 comments on commit b2b2516

Please sign in to comment.