Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 597 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 597 Bytes

RISC OS de-archiver

This is a Java implementation of the various compression algorithms used by RISC OS archivers.

Supported archive formats are:

  • Spark
  • ArcFS
  • PackDir
  • Squash
  • CFS

riscosarc can not create archives, it can only extract files from them.

Usage:

java riscosarc [opt] [archive file]

where opt is:

-l: list contents of archive

-v: verbose listing

-x: extract files from archive

Files are extracted with the RISC OS filetype appended to the name.

There is precious little documentation, and probably no comments in the code.

To Build on Linux

./build.sh