lubyk / dub

A Lua bindings generator that uses Doxygen to parse C/C++ headers.
doc.lubyk.org/dub.html
Other
82 stars 34 forks source link

Usage? #3

Open kkaefer opened 11 years ago

kkaefer commented 11 years ago

Is it possible to use dub without installing lubyk? If so, can you please add a small note on usage to the README?

gaspard commented 11 years ago

Once the bindings are generated, lubyk is not needed any more. But you need a minimal lubyk installation to run dub.

...> git clone git://github.com/lubyk/lubyk.git ...> cd lubyk ...> mkdir build ...> cd build ...> cmake .. ...> make install

The install is clean. Created files are:

/usr/local/lib/lua/5.1/lubyk.lua /usr/local/lib/lubyk (linux) /Applications/Lubyk.app (mac).