spidriver icon indicating copy to clipboard operation
spidriver copied to clipboard

Would love build instructions for the GUIs

Open bitshiftnetau opened this issue 5 years ago • 2 comments

Doesn't seem to be a Makefile or any build instructions for the GUIs, I know you host the executables and that's great but seeing as you've opened the source it would be great to build from there.

Thoughts?

bitshiftnetau avatar Jan 06 '20 01:01 bitshiftnetau

The Windows GUI is cross-compiled on Linux, the Makefile is in C/win32gui:

https://github.com/jamesbowman/spidriver/tree/master/c/win32gui

The Linux.Mac GUI is the Python gui.py https://github.com/jamesbowman/spidriver/blob/master/python/samples/gui.py

It is made into an executable with pyinstaller - the I2CDriver Readme gives the command-line:

https://github.com/jamesbowman/i2cdriver

jamesbowman avatar Jan 06 '20 01:01 jamesbowman

Awesome man, I've built a package for Arch Linux that builds spicl and also a shared library, then installs to the system. I'll do the same for the GUIs based on your instructions above.

Also, just a side note: this device is the best thing I have ever purchased. Thank you!

bitshiftnetau avatar Jan 06 '20 02:01 bitshiftnetau