sabd-project / sabd-desktop

Cross Platform Desktop Gurbani Search written in Electron.js
MIT License
4 stars 4 forks source link

Fix issue with sqlite3 causing electron to crash #7

Closed Gum-Joe closed 8 years ago

Gum-Joe commented 8 years ago

This PR fixes an issue with sqlite causing a segment fault (#6).

jujhars13 commented 8 years ago

Looks good sorry for the delay, was in London all week, just going to test now,

Gum-Joe commented 8 years ago

Thanks

jujhars13 commented 8 years ago

Not quite working properly, but going to merge in anyway and tweak from there. Is this compiling well on your windows machine ?

Gum-Joe commented 8 years ago

Compiles well on my PC. I recommend you run . ./setup-x64 (loads environment variables) and then HOME=~/.electron-gyp npm install

jujhars13 commented 8 years ago

fixed: had to update my global version of NPM to get this to work

Gum-Joe commented 8 years ago

Ok