Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
102 user(s) are online (62 user(s) are browsing Forums)

Members: 1
Guests: 101

MartinW, more...

Headlines

 
  Register To Post  

XZ decompression
Amigans Defender
Amigans Defender


See User information
Hi all

I've released a simple XZ client for OS4 xadmaster (UnArc). You can get it here:
http://www.unsatisfactorysoftware.co.uk/download.php?file=xad_xz

It needs lzma.library from
http://www.unsatisfactorysoftware.co.uk/download.php?file=lzma_lib

Go to top
Re: XZ decompression
Just can't stay away
Just can't stay away


See User information
The lzma.library installer script doesn't work. This was rather annoying since I had to extract the archive to RAM: and modify the Install script before I could use it rather than just mounting with XADFileSystem and just running the Install script which is how I install this type of stuff usually.

Diff of changes I had to make:
*** Install.old    2011-04-11 22:08:34 
--- Install    2011-04-11 22:08:37 
***************
*** 
7,13 ****
  (
copylib
      
(prompt "Copying lzma.library")
      (
help @copylib-help)
!     (
source "libs/lzma.library"))
      (
dest "libs:")
      (
confirm)
  )
--- 
7,13 ----
  (
copylib
      
(prompt "Copying lzma.library")
      (
help @copylib-help)
!     (
source "libs/lzma.library")
      (
dest "libs:")
      (
confirm)
  )
***************
*** 
26,32 ****
          (
copyfiles
              
(prompt "Copying stub library (liblzma.a)")
              (
help @copyfiles-help)
!             (
source "dev/lib/libwebp.a"))
              (
dest "SDK:local/newlib/lib")
              (
optional "nofail" "force")
          )
--- 
26,32 ----
          (
copyfiles
              
(prompt "Copying stub library (liblzma.a)")
              (
help @copyfiles-help)
!             (
source "dev/lib/liblzma.a")
              (
dest "SDK:local/newlib/lib")
              (
optional "nofail" "force")
          )
***************
*** 
34,40 ****
          (
copyfiles
              
(prompt "Copying library includes")
              (
help @copyfiles-help)
!             (
source "dev/include"))
              (
dest "SDK:local/common/include")
              (
optional "nofail" "force")
              (
all)
--- 
34,40 ----
          (
copyfiles
              
(prompt "Copying library includes")
              (
help @copyfiles-help)
!             (
source "dev/include")
              (
dest "SDK:local/common/include")
              (
optional "nofail" "force")
              (
all)

Go to top
Re: XZ decompression
Amigans Defender
Amigans Defender


See User information
Sorry, I must have completely forgotten to test that - there's no way I would have missed those extra brackets otherwise.

I'll fix and re-upload, thanks.

Go to top
Re: XZ decompression
Just can't stay away
Just can't stay away


See User information
Just as a suggestion maybe in the future you could add a S/AutoRun script to your archives that starts the Install script. This would make installing your programs even easier for XADFS and AutoRun users.

Go to top

  Register To Post

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project