exonum / exonum

An extensible open-source framework for creating private/permissioned blockchain applications

Home Page:https://exonum.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows 10 build librocksdb-sys missing libclang (requires LLVM)

sigma67 opened this issue · comments

Platform: Windows 10 64bit 1903
Build: exonum-timestamping
Version: latest master 6e2bf45

After installing rust and protoc, compilation went fine up until librocksdb-sys v5.18.3. The error reported was "unable to find libclang". After installing LLVM 8 from here, librocksdb installed fine. Unless there is another way besides installing LLVM, the docs should mention the requirement.

Just a heads-up, the same librocksdb issue applies to Linux as well. apt install clang should be added to requirements