~myers-1/pyopenssl/npn

« back to all changes in this revision

Viewing changes to doc/html/building.html

  • Committer: Jean-Paul Calderone
  • Date: 2011-09-11 19:49:43 UTC
  • mfrom: (156.3.22 sphinx-doc)
  • Revision ID: exarkun@divmod.com-20110911194943-ucaan2tzidk7ek5l
Convert the documentation from LaTeX/epytext to Sphinx/ReST

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
 
<html>
3
 
<head>
4
 
<title>2 Building and Installing </title>
5
 
<META NAME="description" CONTENT="2 Building and Installing ">
6
 
<META NAME="keywords" CONTENT="pyOpenSSL">
7
 
<META NAME="resource-type" CONTENT="document">
8
 
<META NAME="distribution" CONTENT="global">
9
 
<link rel="STYLESHEET" href="pyOpenSSL.css">
10
 
<LINK REL="next" href="openssl.html">
11
 
<LINK REL="previous" href="intro.html">
12
 
<LINK REL="up" HREF="pyOpenSSL.html">
13
 
<LINK REL="next" href="building-unix.html">
14
 
</head>
15
 
<body>
16
 
<DIV CLASS="navigation">
17
 
<table align="center" width="100%" cellpadding="0" cellspacing="2">
18
 
<tr>
19
 
<td><A href="intro.html"><img src="previous.gif"
20
 
  border="0" height="32"
21
 
  alt="Previous Page" width="32"></A></td>
22
 
<td><A HREF="pyOpenSSL.html"><img src="up.gif"
23
 
  border="0" height="32"
24
 
  alt="Up One Level" width="32"></A></td>
25
 
<td><A href="building-unix.html"><img src="next.gif"
26
 
  border="0" height="32"
27
 
  alt="Next Page" width="32"></A></td>
28
 
<td align="center" width="100%">Python OpenSSL Manual</td>
29
 
<td><A href="contents.html"><img src="contents.gif"
30
 
  border="0" height="32"
31
 
  alt="Contents" width="32"></A></td>
32
 
<td><img src="blank.gif"
33
 
  border="0" height="32"
34
 
  alt="" width="32"></td>
35
 
<td><img src="blank.gif"
36
 
  border="0" height="32"
37
 
  alt="" width="32"></td>
38
 
</tr></table>
39
 
<b class="navlabel">Previous:</b> <a class="sectref" href="intro.html">1 Introduction</A>
40
 
<b class="navlabel">Up:</b> <a class="sectref" HREF="pyOpenSSL.html">Python OpenSSL Manual</A>
41
 
<b class="navlabel">Next:</b> <a class="sectref" href="building-unix.html">2.1 Building the Module</A>
42
 
<br><hr>
43
 
</DIV>
44
 
<!--End of Navigation Panel-->
45
 
 
46
 
<H1><A NAME="SECTION000300000000000000000">&nbsp;</A>
47
 
<BR>
48
 
2 Building and Installing 
49
 
</H1>
50
 
 
51
 
<P>
52
 
These instructions can also be found in the file <code>INSTALL</code>.
53
 
 
54
 
<P>
55
 
I have tested this on Debian Linux systems (woody and sid), Solaris 2.6 and
56
 
2.7. Others have successfully compiled it on Windows and NT.
57
 
 
58
 
<P>
59
 
 
60
 
<p><hr>
61
 
<!--Table of Child-Links-->
62
 
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
63
 
 
64
 
<UL CLASS="ChildLinks">
65
 
<LI><A NAME="tex2html79"
66
 
  href="building-unix.html">2.1 Building the Module on a Unix System </A>
67
 
<LI><A NAME="tex2html80"
68
 
  href="building-windows.html">2.2 Building the Module on a Windows System </A>
69
 
</UL>
70
 
<!--End of Table of Child-Links-->
71
 
 
72
 
<DIV CLASS="navigation">
73
 
<p><hr>
74
 
<table align="center" width="100%" cellpadding="0" cellspacing="2">
75
 
<tr>
76
 
<td><A href="intro.html"><img src="previous.gif"
77
 
  border="0" height="32"
78
 
  alt="Previous Page" width="32"></A></td>
79
 
<td><A HREF="pyOpenSSL.html"><img src="up.gif"
80
 
  border="0" height="32"
81
 
  alt="Up One Level" width="32"></A></td>
82
 
<td><A href="building-unix.html"><img src="next.gif"
83
 
  border="0" height="32"
84
 
  alt="Next Page" width="32"></A></td>
85
 
<td align="center" width="100%">Python OpenSSL Manual</td>
86
 
<td><A href="contents.html"><img src="contents.gif"
87
 
  border="0" height="32"
88
 
  alt="Contents" width="32"></A></td>
89
 
<td><img src="blank.gif"
90
 
  border="0" height="32"
91
 
  alt="" width="32"></td>
92
 
<td><img src="blank.gif"
93
 
  border="0" height="32"
94
 
  alt="" width="32"></td>
95
 
</tr></table>
96
 
<b class="navlabel">Previous:</b> <a class="sectref" href="intro.html">1 Introduction</A>
97
 
<b class="navlabel">Up:</b> <a class="sectref" HREF="pyOpenSSL.html">Python OpenSSL Manual</A>
98
 
<b class="navlabel">Next:</b> <a class="sectref" href="building-unix.html">2.1 Building the Module</A>
99
 
<hr>
100
 
<span class="release-info">Release 0.13.</span>
101
 
</DIV>
102
 
<!--End of Navigation Panel-->
103
 
 
104
 
</BODY>
105
 
</HTML>