2013-01-30 20:35 UTC+0100 Viktor Szakats (harbour syenar.net)

* README.txt
    + added reminder in TROUBLESHOOTING for users who prefer
      to install various Harbour version into system locations.
      Advice for millionth time: Never install unstable Harbour
      versions to system locations.
This commit is contained in:
Viktor Szakats
2013-01-30 19:37:41 +00:00
parent 5764dcdb90
commit 067e03b9ab
2 changed files with 12 additions and 0 deletions

View File

@@ -10,6 +10,13 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2013-01-30 20:35 UTC+0100 Viktor Szakats (harbour syenar.net)
* README.txt
+ added reminder in TROUBLESHOOTING for users who prefer
to install various Harbour version into system locations.
Advice for millionth time: Never install unstable Harbour
versions to system locations.
2013-01-30 19:48 UTC+0100 Viktor Szakats (harbour syenar.net)
+ src/codepage/l_sr_cyr.c
+ src/codepage/l_sr_lat.c

View File

@@ -1322,6 +1322,11 @@ TABLE OF CONTENT
3. If that still fails, make sure to install fresh source tree in a new
local directory and start over. See 'HOW TO GET HARBOUR' section for
instructions to get the source.
In case you installed Harbour into system locations (this used to be
the case with some *nix users, albeit mostly completely unnecessarily
or wrongly - f.e. for unstable versions), you will need to remember
cleaning off Harbour from all of these locations, too.
Advice: Never install unstable Harbour versions to system locations.
4. If you are doing a cross-build, make sure to have rebuilt the native
Harbour executables for your host platform. See 'HB_HOST_BIN'
build messages to find their location.