KiCad / KicadOSXBuilder

Kicad OSX Builder, which I plan to use as my boxed development environment on Mac OSX
87 stars 27 forks source link

auto install GLEW #9

Open richard-sim opened 10 years ago

richard-sim commented 10 years ago

Starting step: BUILD KICAD


-- The C compiler identification is Clang 5.0.0 -- The CXX compiler identification is Clang 5.0.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for installed OpenGL -- found -- Check for installed GLEW -- not found CMake Error at CMakeModules/CheckFindPackageResult.cmake:6 (message): GLEW was not found - it is required to build Kicad Call Stack (most recent call first): CMakeLists.txt:246 (check_find_package_result)

-- Configuring incomplete, errors occurred! make: *\ No rule to make target `install'. Stop. build error on BUILD KICAD STEP: 5

richard-sim commented 10 years ago

Fix for those using Homebrew: brew install glew

mangelajo commented 10 years ago

sames a #10 , thanks!

eidosabi commented 10 years ago

For those using MacPorts: sudo port install glew