-1

Cant build luabind. Have downloaded Boost and bjam.exe. Have anybody experience for it under Windows? How i can use this library? Thanks.

Yola
  • 18,496
  • 11
  • 65
  • 106

1 Answers1

2

You could use my branch of luabind, which includes a cmake-based build system which may be easier for you. https://github.com/rpavlik/luabind

Ryan Pavlik
  • 1,723
  • 1
  • 11
  • 20
  • You're my hero, @rpavlik! Needed a MinGW build, this worked like a charm. It would be nice if Windows binaries were just available, but you can't have everything. Cheers. – Cheezmeister May 20 '12 at 06:27