Polyglot: LevelDB, m68k cross-compile

Discussion of chess software programming and technical issues.

Moderator: Ras

User avatar
mhull
Posts: 13447
Joined: Wed Mar 08, 2006 9:02 pm
Location: Dallas, Texas
Full name: Matthew Hull

Polyglot: LevelDB, m68k cross-compile

Post by mhull »

I'm cross-compiling Polyglot for an m68k-linux target (from a Debian-based AMD64-bit host). A polyglot build needs leveldb to be already installed.

Questions:

1) Which leveldb package do I need (from the confusing array in synaptic package manager)?

2) Does the leveldb contain compiled components (which need to be cross-compiled) or is it just includes for polyglot source?

Thanks.
Matthew Hull
User avatar
mhull
Posts: 13447
Joined: Wed Mar 08, 2006 9:02 pm
Location: Dallas, Texas
Full name: Matthew Hull

Re: Polyglot: LevelDB, m68k cross-compile

Post by mhull »

Nevermind, I figured it out:

libleveldb-dev
Matthew Hull