summaryrefslogtreecommitdiff
path: root/dvtm/README
blob: 1667ff1469b2120ecfc1a1a2dfa72605ddeaaee1 (plain)
    1 The configuration of dvtm is done by creating a custom config.h
    2 and (re)compiling the source code. To create a custom config.h,
    3 unpack the tarball, copy the file dvtm-$version/config.def.h to
    4 dvtm's port directory, and edit to suit your preferences. Then,
    5 when you call pkgmk in the dvtm port directory, the custom
    6 config.h will be detected and copied into the source before
    7 compilation. I recommend that you save a copy your custom config.h
    8 some where other than the dvtm port directory, so that your changes
    9 won't get nuked when updating ports or performing a prtsweep or
   10 prtwash (see opt/prt-utils for more information about those two).
   11 
   12 Another solution for customizing dvtm is to create a custom and
   13 (preferably) private port that contains your custom config and also
   14 might include patches for added features.

Generated by cgit