File: README.Linux

package info (click to toggle)
pgtcl 1%3A3.0.0-1%2Bdeb12u1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 2,496 kB
  • sloc: ansic: 7,272; tcl: 657; sh: 470; makefile: 34; sql: 11
file content (12 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#
#
# You should have install tcl and postgresql*-client from
#  ports or packages.
#
# Then run autoconf and configure in this directory, like this:

autoreconf
./configure --with-tcl=/usr/lib/tcl8.6 --mandir=/usr/share/man "$@"

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