zapmaker / GrblHoming

QT-based gcode user interface for grbl on arduino
GNU General Public License v3.0
320 stars 190 forks source link

Grbl Controller 3.6.1 Mac Binary #86

Open hezhao opened 10 years ago

hezhao commented 10 years ago

I've compiled a binary of version 3.6.1 (c41d8652b8) with application icon for OS X 10.8, since 3.5 is the latest binary for Mac in the download page. It'll be great if you can add it to the download page.

hezhao commented 10 years ago

@LETARTARE Since @zapmaker is at large, if you can upload the binaries, I suggest uploading latest Windows, Linux, and Mac binaries to Github release page, I can contribute to Mac and maybe Windows binary.

LETARTARE commented 10 years ago

Hello, for now I am very busy. Have ideas for file structure? I got this when I'm available. Sincerely

hezhao commented 10 years ago

Creating releases in Github is quite straight forward, basically upload a zipped binary and select the version tags.

LETARTARE commented 10 years ago

I added all versions 3.6.1. Can you try to generate a binary for GCV-3.6.1-T4 for Mac ?

hezhao commented 10 years ago

Here is the Mac OSX binary for 3.6.1-T4, and please also update the Mac OSX binary for 3.6.1. I made sure both binaries are universal application, tested in 10.8, 10.9, and 10.10.

LETARTARE commented 10 years ago

Hello 'zhao', thank you very much for your help. Curiously when updating your version of 'GC', the .dmg has not been accepted ? I used a .7 z.

Feel free to let me know of errors in 'GCV'.

Kind regards.

HuseyinDemirtas commented 9 years ago

gvc t4 build error

Hello I try for QT GVC-3.6.1-T4 but have problem . i cant build . Can you help me ? or what do think you this error ?

LETARTARE commented 9 years ago

hello, happy New Year 2015.

The version of the file is for 'gcv.pro' QT5 without printing medium ! Try changing the 'gcv.pro' adding 'printsupport'

# LETARTARE  December 12, 2014
contains(QT_VERSION, "^5.*") {
   QT *= widgets printsupport
HuseyinDemirtas commented 9 years ago

qt error 3 qt error 2

Ty you to happy new year 2015

but i try

LETARTARE December 12, 2014

contains(QT_VERSION, "^5.") { QT = widgets printsupport with some error i dont understand why i cant build . because you can build .

LETARTARE commented 9 years ago

@HuseyinDemirtas GCV-3.6.1.Qt54 compiles but does not work at runtime (error in 'libstdc++-6.dll' ?) I have provided a version that compiles Qt5.2 and that compiles on Windows with 'mw.bat' https://github.com/zapmaker/GrblHoming/tree/Letartare I can not try another operating system. But this version will not be followed, because Zapmaker will not answer!

HuseyinDemirtas commented 9 years ago

@LETARTARE TY . I try QT 5.2

HuseyinDemirtas commented 9 years ago

@LETARTARE Hi . i have new error for you upload new GVC files . Now QT build finished but crashed exe ? gcv new error 1 gvc new error

songzhuang commented 9 years ago

Hello letartare and hezhao,

I think this is a needed software. I am willing to volunteer some time to fix some of the bugs and add some features if needed. I am a software programmer and have the needed skills. However, my main system is linux. I do have an older windows machine that I can use for testing. If you two guys have the time, we can sync. I can do the coding and you guys can do the testing for windows and mac before releasing. Interested?

Sridhar

hezhao commented 9 years ago

I can do the testing, since I'm not the project owner, it's up to @LETARTARE to accept your pull requests.