.NETを使用してMacにCRISPRessoというソフトウェアをインストールしようとしていますsudo pip install
。コマンドを入力すると、CRISPResso --help
次のメッセージが表示されます。
CRISPRessoを使用するには、#####needle#####コマンドをインストールしてPATH変数に追加する必要があります!
次にneedleを含むEMBOSS-6.6.0をインストールしましたが、実行後に次のエラーが./configure
発生しました。make
Making install in plplot
Making install in lib
make[3]: Nothing to be done for `install-exec-am'.
../.././install-sh -c -d '/usr/local/share/EMBOSS'
/usr/bin/install -c -m 644 plstnd5.fnt plxtnd5.fnt '/usr/local/share/EMBOSS'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../ajax/core -I../ajax/core -I/usr/X11/include -I./ -I/usr/include/gd -DPREFIX=\"/usr/local\" -DBUILD_DIR=\".\" -DDRV_DIR=\".\" -DEMBOSS_TOP=\"/Users/hc/Downloads/EMBOSS-6.6.0\" -DAJ_MACOSXLF -O2 -I/usr/X11/include -MT gd.lo -MD -MP -MF .deps/gd.Tpo -c -o gd.lo gd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../ajax/core -I../ajax/core -I/usr/X11/include -I./ -I/usr/include/gd -DPREFIX=\"/usr/local\" -DBUILD_DIR=\".\" -DDRV_DIR=\".\" -DEMBOSS_TOP=\"/Users/hc/Downloads/EMBOSS-6.6.0\" -DAJ_MACOSXLF -O2 -I/usr/X11/include -MT gd.lo -MD -MP -MF .deps/gd.Tpo -c gd.c -fno-common -DPIC -o .libs/gd.o
gd.c:127:16: fatal error: gd.h: No such file or directory
compilation terminated.
make[2]: *** [gd.lo] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
私も試してみましたが、sudo make install
同じエラーが発生しました。
ここで何が起こっているかについての提案はありますか?
とても感謝しています!
ベストアンサー1
GDライブラリ(http://www.libgd.org/)。