File: CONFIG

package info (click to toggle)
tdom 0.9.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,376 kB
  • sloc: ansic: 61,050; xml: 26,497; tcl: 3,704; sh: 1,023; makefile: 117; cpp: 30
file content (18 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh
#
# This is a small collection of example settings you can use to
# compile tdom on different platforms. Just uncomment the line(s)
# you need and run this script with "sh CONFIG".
#
#
# Tcl on Unix (uses public Tcl library)
# --------------------------------------------
# ./configure
#
# Mac OS X. Uses public Tcl library.
# --------------------------------------------
# ./configure \
#   --mandir=/usr/local/share/man \
#   --libdir=/Library/Tcl
#
# EOF