Difference between revisions of "Desktop Installation"

From STRIDE Wiki
Jump to: navigation, search
Line 1: Line 1:
To perform [[Sandbox Evaluation & Training]], you need to install the STRIDE Framework package on your PC. Prior to version 4.2 (released in October 2009), the framework was distributed using a set of four separate archives. Starting with version 4.2 the framework is distributed as a single archive. For installation instructions for the earlier version, please see [[Package Installation for Version 4.1]].
+
To perform [[Sandbox Evaluation & Training]], you need to install the STRIDE Framework package on your PC. Prior to version 4.1.02 (released in October 2009), the framework was distributed using a set of four separate archives. Starting with version 4.1.02 the framework is distributed as a single archive. For installation instructions for the earlier version, please see [[Package Installation for Version 4.1.01]].
  
 +
== Installation Packages ==
 +
Files are installed by unzipping the provided package to your PC. Packages are available targeting the following operating systems (your version number may be different than that shown):
 +
;Windows XP
 +
:<tt>STRIDE_framework-windows_4.1.02.zip</tt>
 +
;Linux
 +
:<tt>STRIDE_framework-linux_4.1.02.zip</tt>
  
 
+
== Linux Installation ==
following packages on your PC. Each STRIDE Framework package is distributed as a compressed archive; installing the package consists of decompressing the archive to your local disk.
+
The following installation example assumes that the installation package is located in your home directory and that the directory <tt>~/stride</tt> exists. The version numbers in your archive file name may be different than those shown in the example.
 
 
 
 
;STRIDE SDK
 
:STRIDE runtime, and build resources targeting the host operating system (Windows or Linux)
 
;STRIDE Samples
 
:Sample tests
 
;STRIDE BuildTools
 
:Executables that augment the build process, providing automatic test harness generation from source files
 
;STRIDE HostTools
 
:The STRIDE test runner application
 
 
 
 
 
== SDK (''includes STRIDE Runtime'') ==
 
The SDK is intended to be used primarily as an off-target evaluation or development sandbox. This allows you to use STRIDE in a small, controlled environment without needing to make changes to your target build.
 
 
For more information, see [[Sandbox Evaluation]].
 
=== Installation ===
 
SDKs are distributed as zip archives. To install, run an unzipping utility, maintaining the directory structure of the archived files. We recommend that you create a parent directory named "stride" into which you upzip the archive.
 
 
 
==== Linux ====
 
The following installation example assumes that the SDK archive is located in your home directory and that the directory <tt>~/stride</tt> exists. The version numbers in your archive file name may be different than those shown in the example.
 
 
 
cd ~/stride
 
unzip ../STRIDE4.1_sdk-linux_4.1.xx.zip
 
 
 
Once unzipped, files will have been installed under <tt>~/stride/SDK</tt>.
 
 
 
==== Windows ====
 
The following installation example assumes the the SDK archive is located in your root directory and that the directory <tt>\stride</tt> exists. The version numbers in your archive file name may be different than those shown in the example.
 
 
 
The example uses the open source [http://www.7-zip.org/ 7-Zip] utility to unzip the archive.
 
 
 
cd \stride
 
"\Program Files\7-Zip\7z" x ..\STRIDE4.1_sdk-windows_4.1.xx.zip
 
 
 
Once unzipped, files will have been installed under <tt>\stride\SDK</tt>.
 
 
 
== Samples ==
 
The Test Unit samples are a collection of source code that demonstrates the techniques for creating and executing test code on a target application, in both C and C++ development environments.
 
 
 
For more information, see [[Test Unit Samples]].
 
 
 
===Installation===
 
The Test Unit samples are distributed as a zip archive. To install, run an unzipping utility, maintaining the directory structure of the archived files. We recommend that you unzip the archive into a parent directory named "stride".
 
 
 
====Linux====
 
The following installation example assumes that the Samples archive is located in your home directory and that the directory <tt>~/stride</tt> exists. The version numbers in your archive file name may be different than those shown in the example.
 
  
 
  cd ~/stride
 
  cd ~/stride
  unzip ../STRIDE4.1_samples_4.1.xx.zip
+
  unzip ../STRIDE_framework-linux_4.1.02.zip
  
Once unzipped, files will have been installed under <tt>~/stride/Samples</tt>.
+
Once unzipped, files will have been installed under <tt>~/stride</tt>.
  
====Windows====
+
== Windows Installation ==
The following installation example assumes the the Samples archive is located in your root directory and that the directory <tt>\stride</tt> exists. The version numbers in your archive file name may be different than those shown in the example.
+
The following installation example assumes the the installation package is located in your root directory and that the directory <tt>\stride</tt> exists. The version numbers in your archive file name may be different than those shown in the example.
  
 
The example uses the open source [http://www.7-zip.org/ 7-Zip] utility to unzip the archive.
 
The example uses the open source [http://www.7-zip.org/ 7-Zip] utility to unzip the archive.
  
 
  cd \stride
 
  cd \stride
  "\Program Files\7-Zip\7z" x ..\STRIDE4.1_samples_4.1.xx.zip
+
  "\Program Files\7-Zip\7z" x ..\STRIDE_framework-windows_4.1.02.zip
 
 
Once unzipped, files will have been installed under <tt>\stride\Samples</tt>.
 
 
 
== Build Tools ==
 
The STRIDE Build Tools are a set of command line utilities that perform the Stride compile/build process as part of your target build.
 
 
 
For more information, see [[Build Tools]].
 
 
 
=== Installation ===
 
The build tools are distributed as zip archives on Windows and tgz archives on Linux. To install, run the appropriate decompression utility. It's recommended that these files be placed in a location that is on your PATH as they are run as part of an application build.
 
 
 
==== Linux ====
 
The following installation example assumes that the build tools archive is located in your home directory and that the directory <tt>~/stride/bin</tt> exists. The version numbers in your archive file name may be different than those shown in the example.
 
 
 
cd ~/stride/bin
 
tar xvzf ~/STRIDE4.1_buildtools-linux-gcc41_4.1.xx.tgz
 
 
 
==== Windows ====
 
The following installation example assumes the the build tools archive is located in your root directory and that the directory <tt>\stride\bin</tt> exists. The version numbers in your archive file name may be different than those shown in the example.
 
 
 
The example uses the open source [http://www.7-zip.org/ 7-Zip] utility to unzip the archive.
 
  
cd \stride\bin
+
Once unzipped, files will have been installed under the <tt>\stride</tt> directory.
"\Program Files\7-Zip\7z" x \STRIDE4.1_buildtools-windows_4.1.xx.zip
 
 
 
== Host Tools ==
 
The Host Tools package includes [[Stride Runner|stride]], the program you run on your host computer to run STRIDE tests on your target.
 
 
 
For more information, see  [[Stride Runner|stride]].
 
 
 
=== Installation ===
 
The host tools package is distributed as a zip archive on Windows and a tgz archive on Linux. To install, run the appropriate decompression utility. It's recommended that these files be placed in a location that is on your PATH.
 
 
 
==== Linux ====
 
The following installation example assumes that the host tools archive is located in your home directory and that the directory <tt>~/stride/bin</tt> exists. The version numbers in your archive file name may be different than those shown in the example.
 
 
 
cd ~/stride/bin
 
tar xvzf ~/STRIDE4.1_hosttools-linux-gcc41_4.1.xx.tgz
 
 
 
==== Windows ====
 
The following installation example assumes the the host tools archive is located in your root directory and that the directory <tt>\stride\bin</tt> exists. The version numbers in your archive file name may be different than those shown in the example.
 
 
 
The example uses the open source [http://www.7-zip.org/ 7-Zip] utility to unzip the archive.
 
  
cd \stride\bin
 
"\Program Files\7-Zip\7z" x \STRIDE4.1_hosttools-windows_4.1.xx.zip
 
  
=== Related Topics ===
+
== Related Topics ==
 
* [[Activating Your STRIDE License]]
 
* [[Activating Your STRIDE License]]
 
* [[Stride_Runner#Environment_Variables|Environment Variable Setup]]
 
* [[Stride_Runner#Environment_Variables|Environment Variable Setup]]

Revision as of 15:19, 4 September 2009

To perform Sandbox Evaluation & Training, you need to install the STRIDE Framework package on your PC. Prior to version 4.1.02 (released in October 2009), the framework was distributed using a set of four separate archives. Starting with version 4.1.02 the framework is distributed as a single archive. For installation instructions for the earlier version, please see Package Installation for Version 4.1.01.

Installation Packages

Files are installed by unzipping the provided package to your PC. Packages are available targeting the following operating systems (your version number may be different than that shown):

Windows XP
STRIDE_framework-windows_4.1.02.zip
Linux
STRIDE_framework-linux_4.1.02.zip

Linux Installation

The following installation example assumes that the installation package is located in your home directory and that the directory ~/stride exists. The version numbers in your archive file name may be different than those shown in the example.

cd ~/stride
unzip ../STRIDE_framework-linux_4.1.02.zip

Once unzipped, files will have been installed under ~/stride.

Windows Installation

The following installation example assumes the the installation package is located in your root directory and that the directory \stride exists. The version numbers in your archive file name may be different than those shown in the example.

The example uses the open source 7-Zip utility to unzip the archive.

cd \stride
"\Program Files\7-Zip\7z" x ..\STRIDE_framework-windows_4.1.02.zip

Once unzipped, files will have been installed under the \stride directory.


Related Topics