Highlight 2.4.3をインストール

  • viewvcインストール
# ./viewcvs-install


This is the ViewVC 1.0-dev installer.

It will allow you to choose the install path for ViewVC.  You will
now be asked some installation questions.

Defaults are given in square brackets.  Just hit [Enter] if a default
is okay.

Installation path [/usr/local/viewvc-1.0-dev]:

DESTDIR path (generally, only package maintainers will need to change
this) []:

Installing ViewVC to: /usr/local/viewvc-1.0-dev
  bin/cgi/viewcvs.cgi
  bin/cgi/query.cgi
  bin/mod_python/viewcvs.py
  bin/mod_python/query.py
  bin/mod_python/handler.py
  bin/mod_python/.htaccess
  bin/standalone.py
  viewcvs.conf.dist
  cvsgraph.conf.dist
  bin/loginfo-handler
  bin/cvsdbadmin
  bin/svndbadmin
  bin/make-database
  lib/PyFontify.py
  lib/accept.py
  lib/blame.py
  lib/compat.py
  lib/compat_difflib.py
  lib/compat_ndiff.py
  lib/config.py
  lib/cvsdb.py
  lib/dbi.py
  lib/debug.py
  lib/ezt.py
  lib/idiff.py
  lib/popen.py
  lib/py2html.py
  lib/query.py
  lib/sapi.py
  lib/vclib/__init__.py
  lib/vclib/bincvs/__init__.py
  lib/vclib/ccvs/__init__.py
  lib/vclib/ccvs/blame.py
  lib/vclib/ccvs/rcsparse/__init__.py
  lib/vclib/ccvs/rcsparse/common.py
  lib/vclib/ccvs/rcsparse/debug.py
  lib/vclib/ccvs/rcsparse/default.py
  lib/vclib/ccvs/rcsparse/texttools.py
  lib/vclib/svn/__init__.py
  lib/vclib/svn_ra/__init__.py
  lib/viewcvs.py
  lib/win32popen.py
  templates/annotate.ezt
  templates/diff.ezt
  templates/dir_new.ezt
  templates/directory.ezt
  templates/docroot/help.css
  templates/docroot/help_dirview.html
  templates/docroot/help_log.html
  templates/docroot/help_query.html
  templates/docroot/help_rootview.html
  templates/docroot/images/annotate.png
  templates/docroot/images/back.png
  templates/docroot/images/back_small.png
  templates/docroot/images/broken.png
  templates/docroot/images/chalk.jpg
  templates/docroot/images/cvsgraph_16x16.png
  templates/docroot/images/cvsgraph_32x32.png
  templates/docroot/images/diff.png
  templates/docroot/images/dir.png
  templates/docroot/images/down.png
  templates/docroot/images/download.png
  templates/docroot/images/forward.png
  templates/docroot/images/list.png
  templates/docroot/images/log.png
  templates/docroot/images/logo.png
  templates/docroot/images/text.png
  templates/docroot/images/up.png
  templates/docroot/images/view.png
  templates/docroot/styles.css
  templates/error.ezt
  templates/graph.ezt
  templates/include/diff_form.ezt
  templates/include/dir_footer.ezt
  templates/include/dir_header.ezt
  templates/include/file_header.ezt
  templates/include/footer.ezt
  templates/include/header.ezt
  templates/include/log_footer.ezt
  templates/include/log_header.ezt
  templates/include/paging.ezt
  templates/include/pathrev_form.ezt
  templates/include/sort.ezt
  templates/log.ezt
  templates/log_table.ezt
  templates/markup.ezt
  templates/query.ezt
  templates/query_form.ezt
  templates/query_results.ezt
  templates/revision.ezt
  templates/roots.ezt
  templates/rss.ezt


ViewVC File Installation Complete

Consult INSTALL for detailed information to finish the installation
and configure ViewVC for your system.

Overview of remaining steps:

1) Edit the /usr/local/viewvc-1.0-dev/viewcvs.conf file.

2) Configure an existing web server to run (or copy to cgi-bin)
   /usr/local/viewvc-1.0-dev/bin/cgi/viewcvs.cgi.
      OR
   Run the web server that comes with ViewVC at
   /usr/local/viewvc-1.0-dev/standalone.py.
# make
・
・
・
# make install
This script will install highlight in the following directories:
Data directory:          /usr/share/highlight/
Documentation directory: /usr/share/doc/highlight/
Examples directory:      /usr/share/doc/highlight/examples/
Manual directory:        /usr/share/man/man1/
Binary directory:        /usr/bin/
Configuration directory: /etc/highlight/

mkdir -p -m 755 /usr/share/doc/highlight/
mkdir -p -m 755 /etc/highlight/
mkdir -p -m 755 /usr/share/doc/highlight/examples/ \
        /usr/share/doc/highlight/examples/cgi \
        /usr/share/doc/highlight/examples/cgi/perl \
        /usr/share/doc/highlight/examples/cgi/php \
        /usr/share/doc/highlight/examples/swig
mkdir -p -m 755 /usr/share/highlight/ \
        /usr/share/highlight/themes \
        /usr/share/highlight/langDefs \
        /usr/share/highlight/indentSchemes \
        /usr/share/highlight/helpmsg
mkdir -p -m 755 /usr/share/man/man1/
mkdir -p -m 755 /usr/bin/
install -m644 ./langDefs/*.lang /usr/share/highlight/langDefs/
install -m644 ./*.conf /etc/highlight/
install -m644 ./themes/*.style /usr/share/highlight/themes/
install -m644 ./indentSchemes/*.indent /usr/share/highlight/indentSchemes/
install -m644 ./helpmsg/*.help /usr/share/highlight/helpmsg/
install -m644 ./man/highlight.1.gz /usr/share/man/man1/
install -m644 ./AUTHORS /usr/share/doc/highlight/
install -m644 ./README /usr/share/doc/highlight/
install -m644 ./README_DE /usr/share/doc/highlight/
install -m644 ./README_INDENT /usr/share/doc/highlight/
install -m644 ./ChangeLog /usr/share/doc/highlight/
install -m644 ./COPYING /usr/share/doc/highlight/
install -m644 ./INSTALL /usr/share/doc/highlight/
install -m644 ./examples/cgi/php/* /usr/share/doc/highlight/examples/cgi/php
install -m644 ./examples/swig/*.py ./examples/swig/*.pl /usr/share/doc/highlight/examples/swig
install -m644 ./examples/swig/*.i ./examples/swig/makefile /usr/share/doc/highlight/examples/swig
install -m644 ./examples/swig/README_SWIG /usr/share/doc/highlight/
install -m755 ./examples/cgi/perl/highlight.cgi /usr/share/doc/highlight/examples/cgi/perl
install -m755 ./highlight/highlight /usr/bin/

Done.
Type highlight --help or man highlight for instructions.
Highlight help is also available in Brazilian, Czech, German, French and Spanish
(highlight -H [br|cs|de|en|es|fr]).
Take a look at /usr/share/doc/highlight/examples/ for CGI scripts and a SWIG language bindings.
Do not hesitate to report problems. Unknown bugs are hard