Skip to content
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

Would love build instructions for the GUIs #23

Open
bitshiftnetau opened this issue Jan 6, 2020 · 2 comments
Open

Would love build instructions for the GUIs #23

bitshiftnetau opened this issue Jan 6, 2020 · 2 comments

Comments

@bitshiftnetau
Copy link

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?

@jamesbowman
Copy link
Owner

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

@bitshiftnetau
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants