add Mac OS X as supported platform

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1198 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-01-28 18:44:10 +00:00
parent c1b1d8ffcf
commit fb07da018b
2 changed files with 7 additions and 7 deletions

10
INSTALL
View file

@ -1,8 +1,8 @@
Installation
==============
Requirements for Unix/Linux
---------------------------
Requirements for Unix/Linux or Mac OS X
--------------------------------------
1. You need a standard GNU development environment with
a) C compiler (for example the GNU C Compiler gcc)
b) gettext
@ -26,8 +26,8 @@ Direct download links are in brackets.
[ http://www.python.org/ftp/python/2.3.3/Python-2.3.3.exe ]
Setup for Unix/Linux
--------------------
Setup for Unix/Linux or Mac OS X
-------------------------------
0. Help note
Run "python setup.py --help" for help about command options
1. Compile Python modules
@ -62,7 +62,7 @@ Setup for Windows
Installation for other platforms
--------------------------------
If you happen to install LinkChecker on other platforms (for example
MacOS 9.x or MacOS X) then drop me a note.
Mac OS 9.x) then drop me a note.
(Fast)CGI web interface

4
README
View file

@ -26,7 +26,7 @@ Read the file INSTALL.
Running the program
-------------------
o Unix platforms
o Unix or Mac OS X platforms
The local configuration file is $HOME/.linkcheckerrc
Type "linkchecker" followed by your URLs you want to check.
Type "linkchecker -h" for help.
@ -37,7 +37,7 @@ o Windows platforms
Another way is executing "python.exe linkchecker" in the Python
Scripts directory.
o MacOS 9.x platforms
o Mac OS 9.x platforms
Read the MacOS Python documentation to find out about passing
commandline options to Python scripts.