spion / triplie-ng

Chatbot with Markov chains BFS and Hebbian learning
MIT License
57 stars 16 forks source link

Make a precompiled sqlite3 package then depend on it #2

Closed spion closed 11 years ago

spion commented 11 years ago

Figure out what it takes to get a precompiled sqlite3 package. Otherwise, the install process would also involve installing python and a compiler. Which on Windows means Visual Studio C++ 2010 Express

See https://github.com/developmentseed/node-sqlite3/issues/67

This is probably going to be hard though.