Skip to content

Trouble installing in M1 architecture. #50

@dcxSt

Description

@dcxSt

Issue

Trouble installing in M1 architecture.

Information

I followed the installation guide but got the below error, I think it's because I have the new MacBook air with the M1 architecture.

 CMAKE_C_FLAGS: -std=c99
 CMAKE_CXX_FLAGS: -std=c++17
 CMAKE_C_FLAGS_DEBUG: -g
 CMAKE_CXX_FLAGS_DEBUG: -g
 CMAKE_C_FLAGS_MINSIZEREL: -Os -DNDEBUG
 CMAKE_CXX_FLAGS_MINSIZEREL: -Os -DNDEBUG
 CMAKE_C_FLAGS_RELEASE: -O3 -DNDEBUG
 CMAKE_CXX_FLAGS_RELEASE: -O3 -DNDEBUG
 CMAKE_C_FLAGS_RELWITHDEBINFO: -O2 -g -DNDEBUG
 CMAKE_CXX_FLAGS_RELWITHDEBINFO: -O2 -g -DNDEBUG
 CMAKE_BUILD_TYPE: RelWithDebInfo
 Looking for clock_gettime
 Looking for clock_gettime - found
 CMake Error at cmake/ConkyPlatformChecks.cmake:349 (message):
   Unable to find freetype library
 Call Stack (most recent call first):
   CMakeLists.txt:35 (include)

 Configuring incomplete, errors occurred!
 See also "/Users/steve/Documents/code/conky-for-macOS/build/CMakeFiles/CMakeOutput.log".
 See also "/Users/steve/Documents/code/conky-for-macOS/build/CMakeFiles/CMakeError.log".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions