I am looking for (preferably) a small open source library in C or C ++ that I can include in my licensed MIT projects (hosted in google code). I am a C / C ++ hobby programmer, so I am not so advanced, but I only know what I need to develop plugins for an application called "SA-MP" (works on Windows and Linux). What I'm ready to do is an automatic installer that should be able to decompress compressed files (possibly .zip, but any other method of file compression will do!).
I was looking for such a library, but they should always have some additional dll for windows or some other linux files - this is not what I am looking for, as end users may not know how to install the plugin with the necessary components.
I also looked at the base compression library and it seems that it does not have file compression, but simply algorithms. So with this I was not lucky.
To make the text higher:
- No external settings, additional libraries that are necessary, are allowed if they can be related to my C / C ++ project.
- Can compress whole directories and unpack them.
- Works with windows and linux.
- It can be used safely with a MIT license (optional, recommended)
user1182183
source share