README.md 628 B

EX

EX is a simple CLI/GUI for extracting archives.

Compiling

External Dependencies:

  • libarchive to handle extracting of various archive formats.
  • uchardet to detect text encoding.

You will first need to compile the build program. This only needs to be done once as it will recompile itself.

$ cc -o nob nob.c

From there, you can configure and compile EX as you would like:

$ ./nob [-gui:<type>] [-j:<n>] [-release]
; <type> = GUI Backend [ raylib tqt ]
; <n>    = Max number of compile jobs (default 1)