ugermann / ssplit-cpp

Approximate reimplementation of the sentence splitter from the Moses toolkit.
Other
4 stars 9 forks source link

Add workflow for Windows Compilation #1

Closed ugermann closed 3 years ago

XapaJIaMnu commented 3 years ago

@ugermann, how does one compile it on Windows. Notably, I'm struggling to get pcre2 version.

ugermann commented 3 years ago

I've never tried it, to be honest.

ugermann commented 3 years ago

Are you using Visual Studio on Windows? The quickest route to success would be, in my opinion, to compile pcre2 separately (e.g. by cloning https://github.com/kiyolee/pcre2-win-build) and then making sure cmake finds pcre2. A bit hacky, but since I haven't had any experience with compiling anything on Windows since the last millennium, it would take me some time to figure out an integrated solution.

XapaJIaMnu commented 3 years ago

I'm trying to use qt creator but experimenting with other ide /sdks package managers..

ugermann commented 3 years ago

Done.