2002-07-20 19:25:27 +02:00
|
|
|
******************************************************************************
|
2003-04-27 01:54:38 +02:00
|
|
|
This port requires a kernel built with
|
|
|
|
the directive:
|
|
|
|
|
|
|
|
options USER_LDT
|
|
|
|
|
|
|
|
Please, check the FreeBSD Handbook for instructions
|
|
|
|
on building a custom kernel. If you do not know
|
|
|
|
where to find it, check the FreeBSD website
|
|
|
|
http://www.freebsd.org/
|
|
|
|
|
|
|
|
Then before running zphoto, users should prepare as follows:
|
2002-07-20 19:25:27 +02:00
|
|
|
|
|
|
|
sh or bash:
|
|
|
|
$ ZPHOTO_TEMPLATE_DIR=%%PREFIX%%/share/zphoto/templates/en (english)
|
|
|
|
$ ZPHOTO_TEMPLATE_DIR=%%PREFIX%%/share/zphoto/templates/ja (japanese)
|
2003-01-30 19:10:45 +01:00
|
|
|
$ ZPHOTO_TEMPLATE_DIR=%%PREFIX%%/share/zphoto/templates/all (both)
|
|
|
|
$ ZPHOTO_FONT=%%PREFIX%%/share/zphoto/fonts/EfontSerifB.fdb
|
2002-07-20 19:25:27 +02:00
|
|
|
$ export ZPHOTO_TEMPLATE_DIR ZPHOTO_FONT
|
|
|
|
|
|
|
|
csh or tcsh:
|
|
|
|
% setenv ZPHOTO_TEMPLATE_DIR %%PREFIX%%/share/zphoto/templates/en (english)
|
|
|
|
% setenv ZPHOTO_TEMPLATE_DIR %%PREFIX%%/share/zphoto/templates/ja (japanese)
|
2003-01-30 19:10:45 +01:00
|
|
|
% setenv ZPHOTO_TEMPLATE_DIR %%PREFIX%%/share/zphoto/templates/all (both)
|
|
|
|
% setenv ZPHOTO_FONT %%PREFIX%%/share/zphoto/fonts/EfontSerifB.fdb
|
2002-07-20 19:25:27 +02:00
|
|
|
|
|
|
|
******************************************************************************
|