2009-09-19 22:48 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* INSTALL
    ! Fixed typos in new section.
    ; NOTE: Please review this section, as I don't have an rpm-capable
            distro at hand. I may have also missed some sudo/fakeroot 
            commands as I never use them in context of Harbour.
            TODO: If there it's at all possible I think Harbour package 
                  creation should support sudo-less way to *create* packages.
                  'sudo' should be a must only to install them to system location.
This commit is contained in:
Viktor Szakats
2009-09-19 20:50:49 +00:00
parent da6ef5ae3c
commit 34a0e02a31
2 changed files with 15 additions and 5 deletions

View File

@@ -17,6 +17,16 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-09-19 22:48 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
! Fixed typos in new section.
; NOTE: Please review this section, as I don't have an rpm-capable
distro at hand. I may have also missed some sudo/fakeroot
commands as I never use them in context of Harbour.
TODO: If there it's at all possible I think Harbour package
creation should support sudo-less way to *create* packages.
'sudo' should be a must only to install them to system location.
2009-09-19 22:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
+ Added new section: HOW TO CREATE DISTRIBUTABLE PACKAGES

View File

@@ -193,15 +193,15 @@ HOW TO CREATE DISTRIBUTABLE PACKAGES
Binary .tgz on *nixes
---------------------
$ ./mpkg_tgz.sh
$ sudo ./mpkg_tgz.sh
Binary .deb on Linux
--------------------
$ fakeroot debian/rules
.rpm on Linux
-------------
Binary .rpm on Linux
--------------------
for native build:
$ ./mpkg_rpm.sh
@@ -210,8 +210,8 @@ HOW TO CREATE DISTRIBUTABLE PACKAGES
for Windows CE cross-build:
$ ./mpkg_rpm_wce.sh
Binzary .zip + .exe on Windows for all targets (except Linux)
-------------------------------------------------------------
Binary .zip + .exe on Windows for all targets (except Linux)
------------------------------------------------------------
> set HB_DIR_NSIS=%ProgramFiles%\NSIS\
> set HB_DIR_ZIP=C:\info-zip\