We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to use dub without installing lubyk? If so, can you please add a small note on usage to the README?
The text was updated successfully, but these errors were encountered:
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).
Sorry, something went wrong.
No branches or pull requests
Is it possible to use dub without installing lubyk? If so, can you please add a small note on usage to the README?
The text was updated successfully, but these errors were encountered: