heapwolf / ldb

A C++ REPL / CLI for LevelDB
MIT License
201 stars 23 forks source link

abstract compile stuff into Makefile #2

Closed ralphtheninja closed 10 years ago

jwerle commented 10 years ago

+1 - @ralphtheninja With this patch I can easily get this working for clibs !

jwerle commented 10 years ago

however, libleveldb would need to be on the system that it is being installed on

ralphtheninja commented 10 years ago

Hmm not sure what you mean. libleveldb.a is built in the ./deps/leveldb folder

jwerle commented 10 years ago

Ah yeah you're right. I'm not seeing it though.. ?

jwerle commented 10 years ago

@hij1nx what do you think about merging this PR ?

jwerle commented 10 years ago

@ralphtheninja womp, I missed your Makefile target that creates it !