diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 7a8de934d5..ea8547053d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,7 +8,12 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ -2008-08-12 19:31 UTC+0200 Viktor Szakats (harbour.01 syenar hu) +2008-08-12 21:02 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * doc/linux1st.txt + * Some further updates. + [1.0] + +2008-08-12 20:55 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + config/w32/dm.cf + Digital Mars .cf file added. Some cleanups done, and TOFIX added besides the following: diff --git a/harbour/doc/linux1st.txt b/harbour/doc/linux1st.txt index b669a3c1dc..378cca5449 100644 --- a/harbour/doc/linux1st.txt +++ b/harbour/doc/linux1st.txt @@ -5,8 +5,8 @@ Linux primer ============ -Ubuntu distro -------------- +Ubuntu/Debian distro +-------------------- Packages needed to cleanly build Harbour: (Tested with Ubuntu 7.04 and 8.04) @@ -20,10 +20,8 @@ sudo apt-get install libslang2-dev For GTXWC terminal lib: sudo apt-get install libx11-dev -For mouse support: +For console mouse support in GTTRM, GTSLN and GTCRS: sudo apt-get install libgpmg1-dev -or -sudo apt-get install libgpm-dev For contrib/hbodbc lib: sudo apt-get install unixodbc-dev @@ -64,11 +62,8 @@ For contrib/hbhpdf lib: Download and './configure', 'make install' libharu from http://libharu.org/ - -DEBIAN distro -------------- - Notes by Scott Johnson +------------------------------------------------- Ok, I finally got something to run. The code I compiled was standard Clipper 5.2 code pulled directly from a dos/win box and was working