kyz/libmspack

chmextract

Opened this issue · 2 comments

how can I compile and run chmextract.c file in your examples?

kyz commented

You should find it builds automatically.

$ ./configure
$ make
$ ./examples/chmextract

However, if you want to build it standalone, you could try something like this:

$ cd examples
$ gcc -DHAVE_MKDIR -I../mspack -I../test -o chmextract chmextract.c -lmspack
kyz commented

Closing this as the discussion moved to #27