Search code examples
c++tararchive

Is There an Archiving Library Without Dependencies? (C/C++)


Hey, I'm looking for an archiving library that functions like GNU's tar, but without any dependencies. I need some sort of archiving format to manage resources in my game engine and am still iffy about rolling my own.


Solution

  • Take a look at the BSD libarchive