Ignore:
Timestamp:
Jun 8, 2006, 4:50:10 PM (18 years ago)
Author:
mmc
Message:

Last minute fixes so we can deploy the nanoVIS server:

  • Added monitor.tcl script which monitors nanoscale and restarts as needed.
  • Fixed relative paths for shaders and fonts. All shaders and fonts are

taken from /opt/nanovis/lib

  • Fixed the ordering of data for the nanowire simulator
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/vizservers/nanovis/Makefile

    r455 r467  
    1414TFSRC = ./transfer-function
    1515NANOSCALESRC = ./nanoscale
     16INSTALL_DIR = /opt/nanovis
    1617
    1718LIB_NANOVIS = -ltcl8.3 -L/opt/render/lib -lGL -lglut -lglui -lGLEW -lCg -lCgGL -pthread -lstdc++
     
    2122
    2223all: nanovis
     24
     25install: nanovis
     26        cp nanovis $(INSTALL_DIR)/bin
    2327
    2428clean:
Note: See TracChangeset for help on using the changeset viewer.