-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
darcs-hash:20050920132639-ac50b-fa3b476891e1f5f67207cf4cc7bf623834cc5edc.gz
- Loading branch information
0 parents
commit 149594f
Showing
93 changed files
with
46,253 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,161 @@ | ||
PROJECT_NAME = fish | ||
PROJECT_NUMBER = 1 | ||
OUTPUT_DIRECTORY = user_doc | ||
CREATE_SUBDIRS = NO | ||
OUTPUT_LANGUAGE = English | ||
USE_WINDOWS_ENCODING = NO | ||
BRIEF_MEMBER_DESC = YES | ||
REPEAT_BRIEF = YES | ||
ABBREVIATE_BRIEF = YES | ||
ALWAYS_DETAILED_SEC = NO | ||
INLINE_INHERITED_MEMB = NO | ||
FULL_PATH_NAMES = YES | ||
STRIP_FROM_PATH = | ||
STRIP_FROM_INC_PATH = | ||
SHORT_NAMES = NO | ||
JAVADOC_AUTOBRIEF = YES | ||
MULTILINE_CPP_IS_BRIEF = NO | ||
DETAILS_AT_TOP = NO | ||
INHERIT_DOCS = YES | ||
DISTRIBUTE_GROUP_DOC = NO | ||
TAB_SIZE = 8 | ||
ALIASES = | ||
OPTIMIZE_OUTPUT_FOR_C = YES | ||
OPTIMIZE_OUTPUT_JAVA = NO | ||
SUBGROUPING = YES | ||
EXTRACT_ALL = NO | ||
EXTRACT_PRIVATE = NO | ||
EXTRACT_STATIC = YES | ||
EXTRACT_LOCAL_CLASSES = YES | ||
EXTRACT_LOCAL_METHODS = NO | ||
HIDE_UNDOC_MEMBERS = NO | ||
HIDE_UNDOC_CLASSES = NO | ||
HIDE_FRIEND_COMPOUNDS = NO | ||
HIDE_IN_BODY_DOCS = NO | ||
INTERNAL_DOCS = NO | ||
CASE_SENSE_NAMES = YES | ||
HIDE_SCOPE_NAMES = NO | ||
SHOW_INCLUDE_FILES = YES | ||
INLINE_INFO = YES | ||
SORT_MEMBER_DOCS = YES | ||
SORT_BRIEF_DOCS = NO | ||
SORT_BY_SCOPE_NAME = NO | ||
GENERATE_TODOLIST = YES | ||
GENERATE_TESTLIST = YES | ||
GENERATE_BUGLIST = YES | ||
GENERATE_DEPRECATEDLIST= YES | ||
ENABLED_SECTIONS = | ||
MAX_INITIALIZER_LINES = 30 | ||
SHOW_USED_FILES = YES | ||
SHOW_DIRECTORIES = YES | ||
QUIET = NO | ||
WARNINGS = YES | ||
WARN_IF_UNDOCUMENTED = YES | ||
WARN_IF_DOC_ERROR = YES | ||
WARN_FORMAT = "$file:$line: $text" | ||
WARN_LOGFILE = | ||
INPUT = | ||
FILE_PATTERNS = doc.h | ||
RECURSIVE = NO | ||
EXCLUDE = | ||
EXCLUDE_SYMLINKS = NO | ||
EXCLUDE_PATTERNS = | ||
EXAMPLE_PATH = | ||
EXAMPLE_PATTERNS = | ||
EXAMPLE_RECURSIVE = NO | ||
IMAGE_PATH = | ||
INPUT_FILTER = | ||
FILTER_PATTERNS = | ||
FILTER_SOURCE_FILES = NO | ||
SOURCE_BROWSER = NO | ||
INLINE_SOURCES = NO | ||
STRIP_CODE_COMMENTS = YES | ||
REFERENCED_BY_RELATION = YES | ||
REFERENCES_RELATION = YES | ||
VERBATIM_HEADERS = YES | ||
ALPHABETICAL_INDEX = NO | ||
COLS_IN_ALPHA_INDEX = 5 | ||
IGNORE_PREFIX = | ||
GENERATE_HTML = YES | ||
HTML_OUTPUT = html | ||
HTML_FILE_EXTENSION = .html | ||
HTML_HEADER = user_doc.head.html | ||
HTML_FOOTER = | ||
HTML_STYLESHEET = | ||
HTML_ALIGN_MEMBERS = YES | ||
GENERATE_HTMLHELP = NO | ||
CHM_FILE = | ||
HHC_LOCATION = | ||
GENERATE_CHI = NO | ||
BINARY_TOC = NO | ||
TOC_EXPAND = NO | ||
DISABLE_INDEX = YES | ||
ENUM_VALUES_PER_LINE = 4 | ||
GENERATE_TREEVIEW = NO | ||
TREEVIEW_WIDTH = 250 | ||
GENERATE_LATEX = YES | ||
LATEX_OUTPUT = latex | ||
LATEX_CMD_NAME = latex | ||
MAKEINDEX_CMD_NAME = makeindex | ||
COMPACT_LATEX = NO | ||
PAPER_TYPE = a4wide | ||
EXTRA_PACKAGES = | ||
LATEX_HEADER = | ||
PDF_HYPERLINKS = YES | ||
USE_PDFLATEX = YES | ||
LATEX_BATCHMODE = NO | ||
LATEX_HIDE_INDICES = NO | ||
GENERATE_RTF = NO | ||
RTF_OUTPUT = rtf | ||
COMPACT_RTF = NO | ||
RTF_HYPERLINKS = NO | ||
RTF_STYLESHEET_FILE = | ||
RTF_EXTENSIONS_FILE = | ||
GENERATE_MAN = NO | ||
MAN_OUTPUT = man | ||
MAN_EXTENSION = .3 | ||
MAN_LINKS = NO | ||
GENERATE_XML = NO | ||
XML_OUTPUT = xml | ||
XML_SCHEMA = | ||
XML_DTD = | ||
XML_PROGRAMLISTING = YES | ||
GENERATE_AUTOGEN_DEF = NO | ||
GENERATE_PERLMOD = NO | ||
PERLMOD_LATEX = NO | ||
PERLMOD_PRETTY = YES | ||
PERLMOD_MAKEVAR_PREFIX = | ||
ENABLE_PREPROCESSING = YES | ||
MACRO_EXPANSION = NO | ||
EXPAND_ONLY_PREDEF = NO | ||
SEARCH_INCLUDES = YES | ||
INCLUDE_PATH = | ||
INCLUDE_FILE_PATTERNS = | ||
PREDEFINED = | ||
EXPAND_AS_DEFINED = | ||
SKIP_FUNCTION_MACROS = YES | ||
TAGFILES = | ||
GENERATE_TAGFILE = | ||
ALLEXTERNALS = NO | ||
EXTERNAL_GROUPS = YES | ||
PERL_PATH = /usr/bin/perl | ||
CLASS_DIAGRAMS = YES | ||
HIDE_UNDOC_RELATIONS = YES | ||
HAVE_DOT = NO | ||
CLASS_GRAPH = NO | ||
COLLABORATION_GRAPH = YES | ||
UML_LOOK = NO | ||
TEMPLATE_RELATIONS = NO | ||
INCLUDE_GRAPH = NO | ||
INCLUDED_BY_GRAPH = YES | ||
CALL_GRAPH = YES | ||
GRAPHICAL_HIERARCHY = YES | ||
DOT_IMAGE_FORMAT = png | ||
DOT_PATH = | ||
DOTFILE_DIRS = | ||
MAX_DOT_GRAPH_WIDTH = 750 | ||
MAX_DOT_GRAPH_HEIGHT = 1024 | ||
MAX_DOT_GRAPH_DEPTH = 0 | ||
GENERATE_LEGEND = YES | ||
DOT_CLEANUP = YES | ||
SEARCHENGINE = NO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
|
||
Known issues | ||
============ | ||
|
||
Older versions of Doxygen has bugs in the man-page generation which | ||
cause the builtin help to render incorrectly. Version 1.2.14 is known | ||
to have this problem. | ||
|
||
In version 1.9.2, the installation prefix for fish rpms and debs has | ||
changed from /usr/local to /usr. The package should automatically | ||
change any instances of /usr/local/bin/fish in /etc/passwd to | ||
/usr/bin/fish, but some programs, like screen, may need to be | ||
restarted to notice the changes. You may also run into problems when | ||
switching between using a package and personal builds. | ||
|
||
|
||
Prerequisites | ||
============= | ||
|
||
Fish requires the following packages to build: | ||
|
||
- Doxygen | ||
- Curses or Ncurses | ||
|
||
fish also relies on standard unix tools such as cat, cut, grep, sed, | ||
whoami and echo. Fish does not support cross-compilation, separate | ||
build directories or any other fancy configure options. Use a recent | ||
version of Doxygen, since older versions have bugs that make the | ||
builtin help pages render incorrectly. Version 1.2.14 is known to be | ||
broken. | ||
|
||
|
||
Simple install procedure | ||
======================== | ||
|
||
% ./configure | ||
% make #Compile fish | ||
% make install #Install fish | ||
% echo /usr/local/bin/fish >>/etc/shells #Add fish to list of shells | ||
|
||
If you wish to use fish as your default shell, use the following | ||
command: | ||
|
||
% chsh -s /usr/local/bin/fish | ||
|
||
chsh will prompt you for your password, and change your default shell. | ||
|
||
|
||
Local install procedure | ||
======================= | ||
|
||
To install fish in your own home directory (typically as non-root), | ||
type: | ||
|
||
% ./configure --prefix=$HOME | ||
% make # Compile fish | ||
% make install # Install fish | ||
|
||
You will not be able to use fish as the default shell unless you also | ||
add the corresponding line to /etc/shells, which kind of defeats the | ||
point of a local install. But you can at least build and run fish. | ||
|
Oops, something went wrong.