2008-08-16 13:19 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* doc/linux1st.txt
+ Added some quick openSUSE package requirement information.
* config/rules.cf
! Fixed .prg rule to add PRG_USR after the built-in rules,
to allow overriding them. This way it's also in sync with
non-GNU make files.
This commit is contained in:
@@ -8,6 +8,15 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2008-08-16 13:19 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* doc/linux1st.txt
|
||||
+ Added some quick openSUSE package requirement information.
|
||||
|
||||
* config/rules.cf
|
||||
! Fixed .prg rule to add PRG_USR after the built-in rules,
|
||||
to allow overriding them. This way it's also in sync with
|
||||
non-GNU make files.
|
||||
|
||||
2008-08-16 03:10 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* make_rpm.sh
|
||||
* harbour.spec
|
||||
|
||||
@@ -77,7 +77,7 @@ endif
|
||||
|
||||
# Rule to generate a C file from a PRG file.
|
||||
%.c : $(GRANDP)%.prg
|
||||
$(HB) $? $(PRG_USR) $(HB_FLAGS)
|
||||
$(HB) $? $(HB_FLAGS) $(PRG_USR)
|
||||
|
||||
ifeq ($(SHLVL),) # COMMAND.COM
|
||||
# Do nothing. the $(hb_architecture)/global.cf will handle clean up.
|
||||
|
||||
@@ -60,6 +60,31 @@ For contrib/hbhpdf lib:
|
||||
Download and './configure', 'make install' libharu
|
||||
from http://libharu.org/
|
||||
|
||||
openSUSE distro
|
||||
---------------
|
||||
|
||||
You'll need these packages to compile certain contribs and optional
|
||||
Harbour modules:
|
||||
- xorg-x11-devel
|
||||
- postgresql-devel
|
||||
- gtk2-devel
|
||||
- ncurses-devel
|
||||
- slang-devel
|
||||
- unixodbc-devel
|
||||
- gd-devel
|
||||
- libmysqlclient-devel
|
||||
|
||||
For contrib/rddads lib:
|
||||
Download and install 'Advantage Client Engine API for Linux' package
|
||||
(f.e. aceapi-9.00.0.0.tar.gz)
|
||||
|
||||
For contrib/libharu:
|
||||
- Download and './configure', 'make install' libharu
|
||||
from http://libharu.org/
|
||||
- libpng-devel
|
||||
- zlib-devel
|
||||
|
||||
|
||||
Notes by Scott Johnson <scomps at purplewire.org>
|
||||
-------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user