Skip to content

Alternative to Cmake #1

@Lecrapouille

Description

@Lecrapouille

CMake is too complex and never works: simple Makefile + pkg-config is better. Anyway direct line to compile with success for me on Linux is:

g++ --std=c++11 -Wall -Wextra src/*.cpp `pkg-config --cflags --libs glm glew --static glfw3` -lGLEW -lglfw

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions