LinkedDataFragments / HDT-Node

Native bindings for Node.js to access HDT compressed triple files.

Home Page:http://ruben.verborgh.org/blog/2014/09/30/bringing-fast-triples-to-nodejs-with-hdt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to build on Windows

pavelcerveny opened this issue · comments

Hi, I having a problem with building this package on Windows like system. Though I am not an expert, I guess it's because of using bash commands in binding.gyp.
To be more precise - error from console:

'ls' is not recognized as an internal or external command

I was able to build it in Docker (node:latest), which I am using now as a dev enviroment, but at first I spent some time trying to figure out, what was going on.

Unfortunately, hdt-cpp (on which this module depends) does not work on Windows, so I can't fix this here.