File: README.freebsd

package info (click to toggle)
pgtcl 1%3A1.9%2Bgit20120911-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,240 kB
  • ctags: 315
  • sloc: ansic: 4,475; tcl: 634; sh: 149; makefile: 36; sql: 11
file content (25 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (2)
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


$Id$

libpgtcl can now be built under FreeBSD without any special tweaks.

We'd love some help in making this a port in the FreeBSD ports tree, so this 
build could be even more automatic.

For now, you need to build and install Tcl and Postgres

    cd /usr/ports/lang/tcl85
    make
    make install

    cd /usr/ports/databases/postgresql92-client
    make
    make install

Then run configure in this directory with the following parameters:

./configure --with-tcl=/usr/local/lib/tcl8.5 

Add "--enable-symbols" if you want debugging.