mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-29 04:00:34 +00:00
Improved install documentation.
This commit is contained in:
parent
842b928073
commit
cc4937cd6d
2 changed files with 11 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Installation
|
||||
============
|
||||
If you are upgrading from older versions of LinkChecker you should
|
||||
also read the upgrading documentation stored in UPGRADING.txt.
|
||||
also read the upgrading documentation stored in upgrading.txt.
|
||||
|
||||
|
||||
Setup for Windows
|
||||
|
|
@ -15,8 +15,14 @@ Double click ``LinkChecker-x.y.dmg`` and drop the LinkChecker application
|
|||
in your programs folder
|
||||
|
||||
|
||||
Setup for Unix/Linux
|
||||
--------------------
|
||||
Setup for GNU/Linux
|
||||
-------------------
|
||||
On all major Linux distributions (Debian, Mandriva, Redhat, Suse, Ubuntu),
|
||||
the ``linkchecker`` package is available for install.
|
||||
|
||||
|
||||
Manual setup for Unix systems
|
||||
-----------------------------
|
||||
First, install the required software.
|
||||
|
||||
1. You need a standard GNU development environment with
|
||||
|
|
@ -42,6 +48,7 @@ First, install the required software.
|
|||
The binary "qcollectiongenerator" is used to generate the
|
||||
documentation files.
|
||||
On Debian or Ubuntu systems, install the package qt4-dev-tools.
|
||||
On Redhat systems, install the package qt-devel.
|
||||
|
||||
4. *Optional, for bash-completion:*
|
||||
optcomplete Python module from http://furius.ca/optcomplete/
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Migrating from 6.x to 7.0
|
|||
The system configuration file support has been removed.
|
||||
There is now only one user-configurable configuration file.
|
||||
On Unix systems it is at $HOME/.linkchecker/linkcheckerrc
|
||||
and on Windows systems at %HOMEPATH%\.linkchecker/linkcheckerrc
|
||||
and on Windows systems at %HOMEPATH%\.linkchecker\linkcheckerrc
|
||||
|
||||
Migrating from 6.6 to 6.7
|
||||
-------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue