2013-03-30 02:03 UTC+0100 Viktor Szakats (harbour syenar.net)

* README.md
    * moved Travis build status to top
    + linked to two users' list posts on unstable builds
    % deleted old envvars recommended for deletion (they don't
      appear anymore in user reports)

  * utils/hbmk2/_po_dl.hb
    + allow login information to be supplied via envvar
    ! minor cleanup
This commit is contained in:
Viktor Szakats
2013-03-30 02:06:08 +01:00
parent 8ff31e591b
commit 21ba973f78
3 changed files with 23 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
# Welcome to Harbour
# Welcome to Harbour [![Build Status](https://travis-ci.org/harbour/core.png)](https://travis-ci.org/harbour/core)
Harbour is the free software implementation of a multi-platform,
multi-threading, object-oriented, scriptable programming language,
@@ -101,9 +101,11 @@ Download source archive from this page and unpack:
## Unstable versions
> WARNING:
> Recommended for users contributing to Harbour development,
> following the development mailing list, commits and reading
> [ChangeLog.txt](ChangeLog.txt?raw=true).
> Recommended
> [for](https://groups.google.com/forum/#!msg/harbour-users/2fwUzdKwpKA/32nI4WhZLfYJ)
> [users](https://groups.google.com/forum/#!msg/harbour-users/Ro99f8S6my0/KvfjhCx_jE4J)
> contributing to Harbour development, following the development mailing list,
> commits and reading [ChangeLog.txt](ChangeLog.txt?raw=true).
### Harbour live source repository
@@ -125,8 +127,6 @@ Download source archive from any of these links and unpack:
### Harbour unstable binaries (updated once a day from live source repository)
[![Build Status](https://travis-ci.org/harbour/core.png)](https://travis-ci.org/harbour/core)
Windows (unified):
* <http://sourceforge.net/projects/harbour-project/files/binaries-windows/nightly/harbour-nightly-win.exe/download><br />
@@ -1435,20 +1435,6 @@ mailing list.
Follows some environment variable settings which are commonly believed
by users to be useful, but which in reality are either not needed or
not even used by Harbour build process and hbmk2.
You should delete them:
set HB_DIR=<harbour_dir>
set HB_PATH=<harbour_dir>
set HRB_DIR=<some_harbour_dir>
set INCLUDE=<harbour_include_dir>
set LIB=<harbour_lib_dir>
set HB_GT_LIB=
set HB_*_INSTALL=
set HB_INSTALL_???=
set HB_INC_*=
set HB_DIR_*=
set HB_LEX=
7. Remove any Harbour build settings documented in [Build Options](#build-options).
8. Try to do no or only small modifications at once to examples
included in [Build Examples](#build-examples).