tolk
tolk copied to clipboard
[Build dll] Fix errors and added steps in docs
Hi there!
I found some problems to build the main C++ .dll to use with the wrappers (in my case, on .net). This PR contains some fixes to avoid the compiling errors.
Also, I added a step by step guide in docs/README.md to describe which dependencies you should install first, and how generate the .dll.
Besides that, I would like to suggest:
- Publish/upload the all "packages" (e.g main .dll, .jar...) to Releases in this repository, and put the current stable version number
- Merge and "adapt" the PR #19 to use
CMaketo compile the C++ dll as a alternative to usenmakeorjomwith `Makefile's. That will be more easy to upgrade this project to a "cross platform" approach in the future 😄