mirror of
https://github.com/fadden/nulib2.git
synced 2024-12-27 02:31:49 +00:00
NufxLib and NuLib2, Apple II file archive utilities
ea89644bfa
When building in parallel, Make can start building the samples before it’s finished building the library, which causes the build to fail. Adding an explicit dependency ensures that the library is built before the samples. Signed-off-by: Stephen Kitt <steve@sk2.org> |
||
---|---|---|
nufxlib | ||
nulib2 | ||
.gitignore | ||
README.md |
NuLib2
NuLib2 is a command-line file archiver for Apple II archives. It can operate on ShrinkIt and Binary II files (.shk, .sdk, .bxy, .bse, .bny, .bqy).
NufxLib is a library of code that supports ShrinkIt archives. It's used by NuLib2 and CiderPress.
A pre-built NuLib2 binary is available for x86 Windows. For Linux and Mac OS X systems, you can download the source code and build it.
More information, including full documentation for NuLib2 and NufxLib, can be found on http://www.nulib.com/.