heapwolf / ldb

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

misc clean up #1

Closed ralphtheninja closed 10 years ago

heapwolf commented 10 years ago

What do you think about using GYP?

ralphtheninja commented 10 years ago

Hmm it might be a good thing. @rvagg ?

rvagg commented 10 years ago

meh, all C/C++ build tools are terrible. GYP has a benefit of having config files that are semi-sensible, it's just terribly documented. @defunctzombie would tell you to use CMake and has pretty strong opinions in this area.

heapwolf commented 10 years ago

yeah, ended up just going make.

jwerle commented 10 years ago

make ftw

defunctzombie commented 10 years ago

:) On May 14, 2014 7:38 PM, "Rod Vagg" notifications@github.com wrote:

meh, all C/C++ build tools are terrible. GYP has a benefit of having config files that are semi-sensible, it's just terribly documented. @defunctzombie https://github.com/defunctzombie would tell you to use CMake and has pretty strong opinions in this area.

— Reply to this email directly or view it on GitHubhttps://github.com/hij1nx/ldb/pull/1#issuecomment-43151802 .