File: install-getsource.html

package info (click to toggle)
pgadmin3 1.4.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 29,796 kB
  • ctags: 10,758
  • sloc: cpp: 55,356; sh: 6,164; ansic: 1,520; makefile: 576; sql: 482; xml: 100; perl: 18
file content (33 lines) | stat: -rw-r--r-- 1,925 bytes parent folder | download
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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>14.3.Getting The Source</title>
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<link rev="made" href="pgsql-docs@postgresql.org">
<meta name="generator" content="DocBook XSL Stylesheets V1.70.0">
<link rel="start" href="index.html" title="PostgreSQL 8.1.4 Documentation">
<link rel="up" href="installation.html" title="Chapter14.  Installation Instructions">
<link rel="prev" href="install-requirements.html" title="14.2.Requirements">
<link rel="next" href="install-upgrading.html" title="14.4.If You Are Upgrading">
<link rel="copyright" href="ln-legalnotice.html" title="Legal Notice">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="sect1" lang="en">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="install-getsource"></a>14.3.Getting The Source</h2></div></div></div>
<p>   The <span class="productname">PostgreSQL</span> 8.1.4 sources can be obtained by
   anonymous FTP from <a href="ftp://ftp.postgresql.org/pub/source/v8.1.4/postgresql-8.1.4.tar.gz" target="_top">ftp://ftp.postgresql.org/pub/source/v8.1.4/postgresql-8.1.4.tar.gz</a>.
   Other download options can be found on our website:
   <a href="http://www.postgresql.org/download/" target="_top">http://www.postgresql.org/download/</a>. After you
   have obtained the file, unpack it:
</p>
<pre class="screen"><strong class="userinput"><code>gunzip postgresql-8.1.4.tar.gz</code></strong>
<strong class="userinput"><code>tar xf postgresql-8.1.4.tar</code></strong></pre>
<p>
   This will create a directory
   <code class="filename">postgresql-8.1.4</code> under the current directory
   with the <span class="productname">PostgreSQL</span> sources.
   Change into that directory for the rest
   of the installation procedure.
  </p>
</div></body>
</html>