kopia lustrzana https://github.com/cyoung/stratux
Note regarding issue in Makefile that prevents "fancontrol" from being written during the make process. Probably should be changed in repo but I'm new to this and am not sure if the issues I am having are universal, so I'm hesitant to make changes there yet.
rodzic
ba4de059f1
commit
45a37673f9
|
@ -37,7 +37,10 @@ Or directly on the machine, login with username pi password raspberry
|
|||
- `make install` makes that target, creating a new image file
|
||||
- starting the stratux service runs the program again
|
||||
|
||||
NOTE: If you running make fails with an error about an invalid in #cgo CFLAGS, may have to make a minor modification to ~/stratux/godump978/godump978.go. Find the line that reads:
|
||||
NOTE 1: If `make` fails with an error about an invalid in #cgo CFLAGS, may have to make a minor modification to ~/stratux/godump978/godump978.go. Find the line that reads:
|
||||
#cgo CFLAGS: -L../
|
||||
and change it to:
|
||||
#cgo CFLAGS: -I../
|
||||
#cgo CFLAGS: -I../
|
||||
|
||||
NOTE 2: If `make install` fails with an error about copying fancontrol, you may have to make a minor modification to ~/stratux/Makefile. In "go build" command in the section labeled "fancontrol:", add "-o fancontrol" after "-p 4".
|
||||
Then run `make` and `make install` again.
|
Ładowanie…
Reference in New Issue