Parchive / par3cmdline

Official repo for par3cmdline and par3lib
GNU Lesser General Public License v2.1
90 stars 3 forks source link

Linux version #2

Closed mdnahas closed 10 months ago

mdnahas commented 2 years ago

This branch contains a linux/ directory with files that match the windows/ versions.

It is able to compile thanks to #ifdef switches. The _WIN32 switch should produce the same code as in the windows/ directory. The linux code compiles with gcc, but is missing some important functions. Those will be added later.

mdnahas commented 2 years ago

My changes to the windows/ directory were bad. Do not merge this pull request yet.

I'll fix this pull request soon.