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

Installation instructions update #22

Open
amcelroy opened this issue Jan 1, 2018 · 0 comments
Open

Installation instructions update #22

amcelroy opened this issue Jan 1, 2018 · 0 comments

Comments

@amcelroy
Copy link

amcelroy commented Jan 1, 2018

Notes:

1.) Compile java code to .class files:

  • unzip master.zip

  • cd jpigpio-master

  • cd jpigpio

  • mkdir bin

  • javac $(find . -name "*.java") -d bin

2.) Change JPigpio/Makefile install dir: i.e. /home/pi
3.) Change JPigpioC/Makefile to match above: i.e. /home/pi
4.) Make sure JAVA_HOME is set (mine wasn't). Added it to makefile.
5.) Run make from jpigpio-master

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

1 participant