mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
4a6737c40f
PR: ports/40753 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
16 lines
709 B
Plaintext
16 lines
709 B
Plaintext
******************************************************************************
|
|
Before running zphoto, users should prepare as follows:
|
|
|
|
sh or bash:
|
|
$ ZPHOTO_TEMPLATE_DIR=%%PREFIX%%/share/zphoto/templates/en (english)
|
|
$ ZPHOTO_TEMPLATE_DIR=%%PREFIX%%/share/zphoto/templates/ja (japanese)
|
|
$ ZPHOTO_FONT=%%PREFIX%%/share/zphoto/fonts/Techno.fdb
|
|
$ 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)
|
|
% setenv ZPHOTO_FONT %%PREFIX%%/share/zphoto/fonts/Techno.fdb
|
|
|
|
******************************************************************************
|