Showing posts with label ST. Show all posts
Showing posts with label ST. Show all posts

Sunday, May 15, 2016

How to Install R15.8.4 with Customized GEM option for ST


INSTALLATION
  • Login as root
  • Unpack R15.8.4 tar.gz package
    • gunzip R15.8.4.i686_linux_2.6.9.gnutar.gz
    • tar -xvf R15.8.4.i686_linux_2.6.9.gnutar
    • cd R15.8.4
  • Install the enVision software
    • go to R15.8.4 folder where the tar.gz package is decompressed
    • go to the appropriate directory ~/R15.8.4/i686*/Disk2/DNT/pkgs
    • run >./install_evx
    • you will be prompted to choose install location. recommended to install on default location
    • you will be prompted to make R15.8.4 as default tester release. 
    • you will be prompted to set R15.8.4 as default tester release for /opt/ltx/bin links. recommended as it should always point to the latest (highest numbered) installed enVision release.
  • Install enVision common files
    • go to R15.8.4 folder where the tar.gz package is decompressed
    • go to the appropriate directory ~/R15.8.4/i686*/Disk1/DNT/pkgs
    • run ./install_common
  • Install enVision On-line Documentation
    • go to R15.8.4 folder where the tar.gz package is decompressed
    • go to the appropriate directory ~/R15.8.4/i686*/Disk1/DNT/pkgs
    • run >./Acrobat7/INSTALL
    • you will be prompted to accept or deny installation.
    • you will be prompted to specify installation directory and offer default path. recommended to accept default path
  • Install flexnet license manager
    • This maybe optional. but won't hurt to install again
    • go to R15.8.4 folder where the tar.gz package is decompressed
    • go to the appropriate directory ~/R15.8.4/i686*/Disk1/DNT/pkgs
    • run >rpm -Uvh LTXflexnet*.rpm
  • Install CURI
    • go to R15.8.4 folder where the tar.gz package is decompressed
    • go to the appropriate directory ~/R15.8.4/i686*/Disk1/DNT/pkgs
    • run >rpm -Uvh isg_enVision_curi*.rpm 


RECIPE HANDLER CONFIGURATION
  • It is recommended to do this on xterm terminal launched through enVision.
  • Go to directory where recipeHandler is located 
  • Compile to source code 
    • ~/recipeHandler/make -f /opt/ateTools/curi/CURI/dev/makeTemplates/makefile.curi CFG=Release
  • run recipeHandler 
    • ~/recipeHandler/Release/recipeHandler <tester> -c
  • or you can run with debug log ON
    • ~/recipeHandler/Release/recipeHandler <tester> -c -d

CGEM CONFIGURATION