Hey man,
first kudos on creating such a project. It is even referenced in some ubuntu official WSL guide.
But sorry to say, this repo is anything but well taken care of:
- The project file you're referencing in your README.md is missing entirely and your tutorial about how to export the dll library is very poorly explained.
- People that are interested in such a project are Linux guys who are forced to work with Windows and they more often than not don't know how dlltool or lib work. Granted, google helps, but what you're trying to do is very unclear.
- Please add a requirements section, explaining how the toolchain should be configured to use such Makefiles. So far I understood you expect us to use Cygwin, but those makefiles still don't build properly with a properly chosen toolchain.
Hey man,
first kudos on creating such a project. It is even referenced in some ubuntu official WSL guide.
But sorry to say, this repo is anything but well taken care of: