mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Fix markup and formatting.
This commit is contained in:
parent
4a1efbc1c0
commit
29af124390
@ -32,22 +32,32 @@ Features and packages:
|
|||||||
--with-template=<replaceable>template</replaceable>
|
--with-template=<replaceable>template</replaceable>
|
||||||
use operating system template file
|
use operating system template file
|
||||||
see template directory
|
see template directory
|
||||||
--with-includes=<replaceable>incdir</replaceable> site header files for tk/tcl, etc in DIR
|
--with-includes=<replaceable>incdir</replaceable>
|
||||||
--with-libs=<replaceable>incdir</replaceable> also search for libraries in DIR
|
site header files for tk/tcl, etc in DIR
|
||||||
--with-libraries=<replaceable>libdir</replaceable> also search for libraries in DIR
|
--with-libs=<replaceable>incdir</replaceable>
|
||||||
|
also search for libraries in DIR
|
||||||
|
--with-libraries=<replaceable>libdir</replaceable>
|
||||||
|
also search for libraries in DIR
|
||||||
--enable-locale enable locale support
|
--enable-locale enable locale support
|
||||||
--enable-recode enable cyrillic recode support
|
--enable-recode enable cyrillic recode support
|
||||||
--with-mb=<replaceable>encoding</replaceable> enable multi-byte support
|
--with-mb=<replaceable>encoding</replaceable>
|
||||||
--with-pgport=<replaceable>portnum</replaceable> change default startup port
|
enable multi-byte support
|
||||||
--with-maxbackends=<replaceable>n</replaceable> set default maximum number of server processes
|
--with-pgport=<replaceable>portnum</replaceable>
|
||||||
|
change default startup port
|
||||||
|
--with-maxbackends=<replaceable>n</replaceable>
|
||||||
|
set default maximum number of server processes
|
||||||
--with-tcl build Tcl interfaces and pgtclsh
|
--with-tcl build Tcl interfaces and pgtclsh
|
||||||
--with-tclconfig=<replaceable>tcldir</replaceable> tclConfig.sh and tkConfig.sh are in DIR
|
--with-tclconfig=<replaceable>tcldir</replaceable>
|
||||||
|
tclConfig.sh and tkConfig.sh are in DIR
|
||||||
--with-perl build Perl interface
|
--with-perl build Perl interface
|
||||||
--with-odbc build ODBC driver package
|
--with-odbc build ODBC driver package
|
||||||
--with-odbcinst=<replaceable>odbcdir</replaceable> change default directory for odbcinst.ini
|
--with-odbcinst=<replaceable>odbcdir</replaceable>
|
||||||
|
change default directory for odbcinst.ini
|
||||||
--enable-cassert enable assertion checks (debugging)
|
--enable-cassert enable assertion checks (debugging)
|
||||||
--with-CC=<replaceable>compiler</replaceable> use specific C compiler
|
--with-CC=<replaceable>compiler</replaceable>
|
||||||
--with-CXX=<replaceable>compiler</replaceable> use specific C++ compiler
|
use specific C compiler
|
||||||
|
--with-CXX=<replaceable>compiler</replaceable>
|
||||||
|
use specific C++ compiler
|
||||||
--without-CXX prevent building C++ code
|
--without-CXX prevent building C++ code
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</para>
|
</para>
|
||||||
@ -218,14 +228,10 @@ Features and packages:
|
|||||||
|
|
||||||
<programlisting>
|
<programlisting>
|
||||||
# Makefile.custom
|
# Makefile.custom
|
||||||
# Thomas Lockhart 1998-03-01
|
# Thomas Lockhart 1999-06-01
|
||||||
|
|
||||||
POSTGRESDIR= /opt/postgres/current
|
POSTGRESDIR= /opt/postgres/current
|
||||||
CFLAGS+= -m486 # -g -O0
|
CFLAGS+= -m486 -O2
|
||||||
USE_TCL= true
|
|
||||||
TCL_LIB= -ltcl
|
|
||||||
X_LIBS= -L/usr/X11/lib
|
|
||||||
TK_LIB= -ltk
|
|
||||||
|
|
||||||
# documentation
|
# documentation
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user