stangelandcl / LZ4Sharp

Unmaintained port of LZ4 Compression algorithm to C#
Other
61 stars 15 forks source link

Add dependencies required to build in lib folder #4

Closed friism closed 12 years ago

friism commented 12 years ago

Would it be possible to add the minimal required gcc executables and libs to a /lib folder (or similar) and reference those? This is to avoid people having install a lot of stuff to build the project.

stangelandcl commented 12 years ago

Instead of including gcc, I created a new project, LZ4SharpGenerator, that only gets built in the Generate configuration (not Debug or Release). It is used to generate the C# files. The files are included, though, so it shouldn't need to be run except when trying to create a new version from the original C source.