MACS3
我正在嘗試從原始程式碼安裝https://github.com/macs3-project/MACS/blob/master/docs/INSTALL.md。檢查完所有要求後,我運行了命令:
python setup.py install --prefix /home/amit/
我有
MACS3/fermi-lite/ksw.c:31:10: fatal error: lib/x86/sse2.h: No such file or directory
#include "lib/x86/sse2.h"
^~~~~~~~~~~~~~~~
compilation terminated.
error: command 'gcc' failed with exit status 1
我哪裡錯了?請指導。