jacob-carlborg / dstep

A tool for converting C and Objective-C headers to D modules
204 stars 37 forks source link

doc error: #271

Closed mw66 closed 3 years ago

mw66 commented 3 years ago
$ ./configure --llvm-path /usr/lib/llvm/lib
object.Exception@configure.d(396): The specified library llvm in path '/usr/lib/llvm/lib/lib' does not exist.
----------------
??:? [0x55875a56a735]
??:? [0x55875a56c1b6]

On readme.md

$ ./configure --llvm-path /usr/lib/llvm-4.0/lib

should be:

$ ./configure --llvm-path /usr/lib/llvm-4.0