-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
glider.haml
59 lines (55 loc) · 2.68 KB
/
glider.haml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
!!! html
%html
%head
= Haml::Engine.new(File.read("assets/haml-includes/head.haml")).render
%body
= Haml::Engine.new(File.read("assets/haml-includes/navigation.haml")).render
%div{:class => 'site-content'}
%div{:class => 'how-to is-typeset'}
%div{:class => 'row-parent'}
%div{:class => 'row'}
%section{:class => 'row__colspaced'}
%div{:class => 'colspan12-8 push12-2 colspan8-8 colspan6-6 colspan2-1 as-grid with-gutter'}
%div{:class => 'col__module--cta'}
%h2 Glider
%div{:class => 'row-parent'}
%div{:class => 'row'}
%section{:class => 'row__colspaced'}
%div{:class => 'colspan12-4 colspan8-2 colspan6-2 colspan2-2 as-grid with-gutter'}
%div{:class => 'col__module--img'}
%img{:src => '/snaps/win2k8.png'}
%div{:class => 'colspan12-8 colspan8-6 colspan6-5 colspan2-1 as-grid with-gutter'}
%div{:class => 'features_left col__module--img'}
%p
PCP Glider is a binary distribution of PCP for the Windows
operating system. It includes a bundled compiler, Perl
runtime (and pre-installed modules that offer the ability
to install XS CPAN modules directly from CPAN), a POSIX
shell environment and the Performance Co-Pilot toolkit.
%p
The purpose of the Glider package is to provide a practical
Win32 environment for performance engineers experienced
with either the POSIX platform or the Win32 environment to
run the Performance Co-Pilot toolkit on Windows. It
provides both the PCP monitor and collector components.
%p
Installation is as simple as:
%pre
:preserve
C:> msiexec /i pcp-glider-*.msi
C:> cd \Glider\scripts
C:> .\postinst.bat
%p PCP Glider includes:
%ul
%li
%a{:href => 'http://www.mingw.org'} Mingw
GCC C/C++ compiler
%li
%a{:href => 'http://www.mingw.org/wiki/msys'} MSYS
Core System
%li
%a{:href => "http://www.qtsoftware.com"} Qt
toolkit runtime
%li
Performance Co-Pilot with GUI
= Haml::Engine.new(File.read("assets/haml-includes/footer.haml")).render