1
1

Typos. Removed dead link to README.CVS.

Этот коммит содержится в:
Roland Illig 2004-08-17 22:50:09 +00:00
родитель 25d3b4b489
Коммит a2f304209a

Просмотреть файл

@ -56,8 +56,7 @@ time. In particular, the release procedure is described there.
In order to compile GNU Midnight Commander from a clean CVS checkout you In order to compile GNU Midnight Commander from a clean CVS checkout you
should use autogen.sh instead of configure. Arguments passed to should use autogen.sh instead of configure. Arguments passed to
autogen.sh are passed to configure after it's generated. See README.CVS autogen.sh are passed to configure after it's generated.
for details and required software.
GNU Midnight Commander uses Autoconf and Automake, with make it fairly GNU Midnight Commander uses Autoconf and Automake, with make it fairly
portable. However, GNU Make is strongly recommended for development portable. However, GNU Make is strongly recommended for development
@ -115,7 +114,7 @@ This library provides filesystem-like access to various data, such are
archives and remote filesystems. To use VFS, you should use wrappers archives and remote filesystems. To use VFS, you should use wrappers
around POSIX calls. The wrappers have names composed from "mc_" and the around POSIX calls. The wrappers have names composed from "mc_" and the
standard name of the function. For example, to open a file on VFS, use standard name of the function. For example, to open a file on VFS, use
mc_open() in stead mc_open() instead.
edit - the internal editor. edit - the internal editor.
@ -221,7 +220,7 @@ dlg.c:run_dlg routine.
ncurses ncurses
======= =======
Although S-Lang is now used by default, we still support it ncurses. We Although S-Lang is now used by default, we still support ncurses. We
basically are using a small subset of ncurses because we want to be basically are using a small subset of ncurses because we want to be
compatible with Slang. compatible with Slang.