2008-08-12 19:31 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* doc/linux1st.txt
     * Updated with hbgf package requirement information.
       [1.0]

   * contrib/hbcurl/hbcurl.ch
     * Minor update for libcurl 7.18.2
       [1.0]
This commit is contained in:
Viktor Szakats
2008-08-12 17:32:06 +00:00
parent 17d9c12bde
commit f69a79100e
3 changed files with 18 additions and 3 deletions

View File

@@ -8,6 +8,15 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-08-12 19:31 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* doc/linux1st.txt
* Updated with hbgf package requirement information.
[1.0]
* contrib/hbcurl/hbcurl.ch
* Minor update for libcurl 7.18.2
[1.0]
2008-08-12 16:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* doc/Makefile
- doc/hbpplib.txt

View File

@@ -444,5 +444,6 @@
#define HB_CURLE_REMOTE_FILE_NOT_FOUND 78 /* remote file not found */
#define HB_CURLE_SSH 79 /* error from the SSH layer, somewhat generic so the error message will be of interest when this has happened */
#define HB_CURLE_SSL_SHUTDOWN_FAILED 80 /* Failed to shut down the SSL connection */
#define HB_CURLE_AGAIN 81 /* socket is not ready for send/recv, wait till it's ready and try again */
#endif /* HBCURL_CH_ */

View File

@@ -9,7 +9,7 @@ Ubuntu distro
-------------
Packages needed to cleanly build Harbour:
(Tested with Ubuntu 7.04 Server)
(Tested with Ubuntu 7.04 and 8.04)
For GTCRS terminal lib:
sudo apt-get install libncurses-dev
@@ -52,12 +52,17 @@ sudo apt-get install libmysqlclient15-dev
For contrib/hbpgsql lib:
sudo apt-get install libpq-dev
For contrib/hbgf/hbgfgtk lib:
sudo apt-get install libglib2.0-dev
sudo apt-get install libgtk2.0-dev
For contrib/rddads lib:
Download and install 'Advantage Client Engine for Linux' package
Download and install 'Advantage Client Engine API for Linux' package
(f.e. aceapi-9.00.0.0.tar.gz)
For contrib/hbhpdf lib:
Download and configure/make install libharu from http://libharu.org/
Download and './configure', 'make install' libharu
from http://libharu.org/
DEBIAN distro