blob: e0d6484d615941fe7161add66e3439cbfb5b9005 (
plain)
1 The configuration of sxiv 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 sxiv-$version/config.def.h to
4 sxiv's port directory, and edit to suit your preferences. Then,
5 when you call pkgmk in the sxiv 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 sxiv 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 sxiv is to create a custom and
13 (preferably) private port that contains your custom config and also
14 might include patches for added features.
|