You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2018. It is now read-only.
Установил все пакеты из sudo apt-get install -y libglew-dev freeglut3-dev libmagick++-dev libglfw3-dev libassimp-dev cmake automake но не хватает magick/magick-baseconfig.h где его можно откопать ?!
hays@hays-pc:~/program/ogldev-master/tutorial19$ make -f Makefileg++ -c -Wall `Magick++-config --cppflags` texture.cpp -o texture.o
/bin/sh: 1: Magick++-config: not found
In file included from /usr/include/Magick++/Include.h:13:0,
from /usr/include/ImageMagick/Magick++.h:9,
from texture.h:7,
from texture.cpp:2:
/usr/include/magick/magick-config.h:21:38: fatal error: magick/magick-baseconfig.h: Нет такого файла или каталога
#include "magick/magick-baseconfig.h"
^
compilation terminated.
Makefile:18: ошибка выполнения рецепта для цели «texture.o»
make: *** [texture.o] Ошибка 1