diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-20 13:28:10 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-20 13:28:12 +0900 |
commit | de90208a6d3f0b5c5944c4aa4d4ea95fc2611470 (patch) | |
tree | 2dc7835e411bd8baf79e1b7477708ef1be1a8ddf /INSTALL.txt | |
parent | d4aefcf501a8b41f2a0d90c90d460251a26052a4 (diff) | |
download | dos2unix-de90208a6d3f0b5c5944c4aa4d4ea95fc2611470.tar.gz dos2unix-de90208a6d3f0b5c5944c4aa4d4ea95fc2611470.tar.bz2 dos2unix-de90208a6d3f0b5c5944c4aa4d4ea95fc2611470.zip |
Imported Upstream version 6.0.6
Change-Id: I8536129721d8ad46aaa373237290405f25d0709c
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'INSTALL.txt')
-rw-r--r-- | INSTALL.txt | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index cba9738..64fb68f 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -22,13 +22,18 @@ PREREQUISITES Using Watcom C: Required - * Open Watcom : http://www.openwatcom.org/ + * Open Watcom : http://www.openwatcom.org/ + * Open Watcom V2 : http://open-watcom.github.io/open-watcom/ (git repo) + http://sourceforge.net/projects/openwatcom/ (binaries download) Using Microsoft Visual C++: Required * Visual C++ : You can get a free express version via this web page: - http://www.microsoft.com/visualstudio/eng/downloads#d-2010-express + http://www.visualstudio.com/products/visual-studio-express-vs + Download Visual Studio for Windows Desktop. Visual C++ is part + of Visual Studio. Out of the box compilation for 64-bit + applications is supported since version 2012. @@ -108,8 +113,8 @@ INTERNATIONAL MAN PAGES old systems. Man pages in UTF-8 format are shown properly on Linux. Not all roff implementations support UTF-8. - In order to show UTF-8 man pages properly on Cygwin you need to do the - following: + In order to show UTF-8 man pages properly on Cygwin with traditional man + you need to do the following: In /etc/man.conf, change the NROFF definition to use 'preconv'. @@ -120,6 +125,10 @@ INTERNATIONAL MAN PAGES export LANG=uk_UA.UTF-8 man dos2unix + With man-db the manpages show correctly out of the box. Cygwin changed to + man-db in June 2014. + Man-db is the default man system on the major Linux distributions. + LARGE FILE SUPPORT @@ -223,6 +232,15 @@ WINDOWS 64 BIT PORT make -f mingw64.mak strip make -f mingw64.mak install + Or use Microsoft Visual C++. Visual Studio Express supports + out of the box C/C++ compilation for 64-bit applications since + version 2012. Start an "x64 Cross Tools Command Prompt" and + type: + + nmake /f vc.mak clean + nmake /f vc.mak + nmake /f vc.mak install + DOS PORT, 32 BIT |