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:
26
README.md
26
README.md
@@ -1,4 +1,4 @@
|
||||
# Welcome to Harbour
|
||||
# Welcome to Harbour [](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)
|
||||
|
||||
[](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).
|
||||
|
||||
Reference in New Issue
Block a user