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
There is no instructions on how to compile lua-gd after downloading. Please provide some.
The text was updated successfully, but these errors were encountered:
If you are in windows, it is included in the LuaForWindows package.
This is how i did it on my RaspberryPi running Raspian.
sudo apt-get install libgd-dev
sudo apt-get remove libgd-dev
./configure
make
sudo make install
And now i can do gd = require("gd") and it works. I had some trial and error in the middle but I think i got all the main steps. Good luck!
gd = require("gd")
Sorry, something went wrong.
THIS HELPED THANK YOU!
No branches or pull requests
There is no instructions on how to compile lua-gd after downloading. Please provide some.
The text was updated successfully, but these errors were encountered: