File: INSTALL

package info (click to toggle)
skypat 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 664 kB
  • sloc: cpp: 2,545; makefile: 220; ansic: 78; sh: 67
file content (44 lines) | stat: -rw-r--r-- 1,446 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
------------------------------------------------------------------------------
                             The SkyPat Team 
------------------------------------------------------------------------------
============
Introduction
============
  SkyPat is a precise performance test library.

========================
Compilation Instructions
========================
  The simplest way to compile this package is:

--------------
Build SkyPat 
--------------
  Dance with standard auto-tools.

  1.  clone Skymizer from the repositry
      git clone git@github.com:skymizer/skypat.git ${SKYPAT}

  2.  Type `cd ${SKYPAT}' to the directory containing the source code.

  3.  If there are no `configure' shell script in the directory, type
      `./autogen.sh' to generate `configure' script.

  4.  Type `./configure` to configure the package for your system. See INSTALL
      for more details.
      ./configure --prefix=${SKYPAT_INSTALL} \

  5.  Type `make` to compile the package

  6.  Type `make install` to install the package into your system.

===================
Directory Structure
===================
README               - this document
Makefile.am          - input of automake
configure.ac         - input of autoconf
src/                 - source code of verification tool
include/             - include file, exported interface
lib/                 - source code of exported interface
examples/            - the place of examples