Installation on Raspberry1 #678
Unanswered
HendrikL13
asked this question in
Q&A
Replies: 1 comment 2 replies
-
if you follow that page and use ./autogen.sh it should be fine |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have compiled and installed ebusd on raspberry1.
wiki https://github.com/john30/ebusd/wiki/1.-Build-and-install#installation tells us the installation command:
make install-strip
make: *** No rule to make target 'install-strip'. Stop.
After reading the Makefile (generated by cmake) I found out that the correct command is
make install/strip
So I think the command given in the wiki is incorrect.
Beta Was this translation helpful? Give feedback.
All reactions