Replies: 1 comment
-
|
Have you checked this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone
I use Raspberry Pi 4B and Raspbian as OS.
The following is my process of installing frugen library:
git clone https://github.com/ipmitool/frugen
cmake .
make
and then it looks cmake and make ok:
[ 25%] Built target fru-shared
[ 50%] Built target fru-static
[ 75%] Built target frugen
[100%] Built target frugen-static
But when I try: frugen -h or any "frugen" command
it shows: -bash: frugen: command not found
What's wrong with it?
Beta Was this translation helpful? Give feedback.
All reactions