Closed GoogleCodeExporter closed 9 years ago
Original comment by tfar...@chromium.org
on 7 Jun 2011 at 2:45
leveldb.gyp is interdependent with the Chromium build, and not intended to
create a standalone project.
It would be possible to create a standalone gyp file that emulates the
Makefile, though you still end up running an external script (either gyp or
make) to sync to the latest changes.
I would recommend: pre-build libleveldb.a with make, add it to your project,
and make sure leveldb/include is in your header search paths.
Original comment by ashoema...@gmail.com
on 2 Jul 2011 at 7:42
ashoemaker is right, leveldb.gyp was dependent on chromium stuff. So we removed
it. It's now in the chromium repository.
Original comment by dgrogan@chromium.org
on 5 Aug 2011 at 10:47
Original issue reported on code.google.com by
kkowalczyk@gmail.com
on 7 Jun 2011 at 4:17