-
-
Notifications
You must be signed in to change notification settings - Fork 554
New issue
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
Linux compiling steps/instructions? #147
Comments
Hi There. I would love to build form source on Windows. Thanks! |
So far what I've gathered is that you need to install QTCreator from QT. Latest version do already bring the SerialPort library included so no need to install it. After having QTCreator installed open with it the candle.pro file inside the src/ folder. |
I was able to build application on macOS using two simple steps:
qt 5.8.0 |
To build last version:
All colors default to black so I changed the settings to fix. |
@guillaumepicquet Thanks so much but you left a few things off of your install step. I had to use
|
@novel-yet-trivial Thanks for for the info, answer updated. |
thank you so much, after compiling qt creator my self, and fixing lots of qt6 related issues in candle source code, i've got those black gl widget, i thought something is failing, however there just colors were defaulted to black, switching background to white fixed all issues. |
I was trying to be able to compile the source to test some changes, but I the current master branch or even the grbl_1_1 don't produce the same version as the one shared in the releases, for example the continuously jog movement is not present and the probe option does not work.
Am I missing something here?
PS: I see these instructions are missing in the wiki, I'll be glad to help and add them if there is any interest.
The text was updated successfully, but these errors were encountered: