This guide gives you step-by-step instructions for installing the TSN.1 Editor on UNIX machines. Please refer to the Tutorial for further information on using the Editor.
To install the TSN.1 Editor on a UNIX machine (Linux, Solaris, Mac OS X, HP-UX, etc), use the generic Unix package. The generic UNIX package is a gzip'ed tar file. The standard GNU utilities tar and gzip are required. To install the Editor under /usr/local, for example, type the following commands at the prompt:
> cd /usr/local
> gzip -cd tsne-v2.0-unix.tar.gz | tar xvf -
The generic UNIX package assumes that you already have a Java Runtime Environment (J2RE 1.5.0 or above). If not, follow the instructions below to download one from SUN website or obtain one from your system vendor.
After you install the Java Runtime Environment, add the Java installation directory (for example, /usr/local/jre1.5.0_x/bin) to the front of your PATH so that you can run the "java" command from any directory.
| File Name | Description |
|---|---|
| - doc | Editor Documents |
| - examples | Example TSN.1 Files |
| * tsne | Bash Shell Script to Launch the Editor |
| * tsne.jar | The Editor Java Class Library |
- directory * file
Add the installation directory to your PATH so that you can run the Compiler from any directory. Now you are ready to run the TSN.1 Editor. The Editor is invoked through a supplied bash shell script. If your system does not have bash shell, modify the script to your environment by setting the INSTALL_DIR variable to point to the installation directory.
Now at the prompt, type:
> tsne
The first time you run the Editor, it will prompt you for a license file. To obtain the license file, register your software using the Product Registration Page. Store the license file on your system where you can access it. After you entered a valid license file path, press "OK" and the Editor GUI should appear shortly.
Congratulations! You have successfully installed the Editor. Make sure to check out the Tutorial for usage information.