touchlab-lab / knarch.db

K(otlin)N(ative)A(rchitecture) Database
https://touchlab.co/
Apache License 2.0
90 stars 9 forks source link

Windows support #55

Open luca992 opened 5 years ago

luca992 commented 5 years ago

Is there any plans to support windows? Would this be a lot of work? Or just simply that you haven't compiled it targeting Windows yet?

I am planning on trying to compile it myself soon, and just wondering if you expect that I would have difficulties doing that?

I am building a cross-platform app on android and macOs, and I want to support Windows too.

kpgalligan commented 5 years ago

There were no immediate plans, but I also wasn't really thinking about windows. In theory it would be pretty simple to do. There are a few things that would need to be made portable. Mostly mutex and finding local files.

I don't personally have a windows machine, so that would be an issue. Will think about this.