Eliovp / amdmemorytweak

Read and modify memory timings on the fly
GNU General Public License v3.0
308 stars 81 forks source link

AmdMemTweak.cpp:36:10: fatal error: #11

Closed pszlo closed 5 years ago

pszlo commented 5 years ago

AmdMemTweak.cpp:36:10: fatal error: pci/pci.h: No such file or directory

include "pci/pci.h" // full path /usr/local/include/pci/pci.h

Eliovp commented 5 years ago

You need pciutils-dev or libpci-dev, that'll solve your issue.