Open GoogleCodeExporter opened 9 years ago
LevelDB doesn't use the autotools. Just type "make" to build the library.
You'll have to manually install the requisite headers and libraries.
Original comment by res...@gmail.com
on 15 Aug 2014 at 10:23
Edited:
I see more in spec OpenSuse:
install -d -m 0755 %{buildroot}%{_includedir} %{buildroot}%{_libdir}
cp -a \
libleveldb.a \
libleveldb.so* \
%{buildroot}%{_libdir}
cp -a include/leveldb %{buildroot}%{_includedir}
find %{buildroot} -name \*.la -delete -print
Original comment by swojskic...@wp.pl
on 15 Aug 2014 at 10:26
Ok Thanks for help.
Please add this to README file
" LevelDB doesn't use the autotools. Just type "make" to build the library.
You'll have to manually install the requisite headers and libraries. "
So this is SOLVED.
Original comment by swojskic...@wp.pl
on 15 Aug 2014 at 10:29
I don't have commit access (not a LevelDB maintainer or a Googler), but happy
to help.
I've autoconfiscated HyperLevelDB and would be willing to port the build to
LevelDB if the maintainers will take the patch. The code is here:
https://github.com/rescrv/HyperLevelDB
Original comment by res...@gmail.com
on 15 Aug 2014 at 10:45
Original issue reported on code.google.com by
swojskic...@wp.pl
on 15 Aug 2014 at 10:16