Hello. Thank you for the great project. I need help with opgui. How it suppose to run in linux? Because the only way i could run it, is under wine. But gui does not see the hardware in this case, nevertheless have no problems in windows. The /dev/usb/hiddev1 has the rw rights for everyone.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Like most linux programs you have to compile it: put all sources in a directory, then execute:
make
If you want to install it (i.e. make it available from all paths and to all users):
sudo make install
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Oh, my bad, i skipped the "GTK graphical interface for Windows and Linux (v0.9.0)" section, and went right to "Dounload" section of your web page. And it says "opgui (GTK GUI for Linux & Windows)" but has the .exe compiled version only, so i assumed that i should run it through mono like AVRDudess or something... never mind :).
Ok, i compiled it and it works fine. Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
maybe I am missing something, I've just compiled OP and works OK (great programmer, by the way) but I can't find the way to compile OpGui, there is no Install file. Working on Ubuntu 16.04
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello. Thank you for the great project. I need help with opgui. How it suppose to run in linux? Because the only way i could run it, is under wine. But gui does not see the hardware in this case, nevertheless have no problems in windows. The /dev/usb/hiddev1 has the rw rights for everyone.
Like most linux programs you have to compile it: put all sources in a directory, then execute:
make
If you want to install it (i.e. make it available from all paths and to all users):
sudo make install
Oh, my bad, i skipped the "GTK graphical interface for Windows and Linux (v0.9.0)" section, and went right to "Dounload" section of your web page. And it says "opgui (GTK GUI for Linux & Windows)" but has the .exe compiled version only, so i assumed that i should run it through mono like AVRDudess or something... never mind :).
Ok, i compiled it and it works fine. Thank you.
maybe I am missing something, I've just compiled OP and works OK (great programmer, by the way) but I can't find the way to compile OpGui, there is no Install file. Working on Ubuntu 16.04
SOLVED, missing GTK+2.0, installed & compilled OK