Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

win build #19

Open
GreystWdR opened this issue Jan 7, 2018 · 1 comment
Open

win build #19

GreystWdR opened this issue Jan 7, 2018 · 1 comment

Comments

@GreystWdR
Copy link

few lines missing in CMakeList.txt to build under windows with MSYS2/Mingw64.
I added the following to be able build the project (in my case/config) but I m definitvely not a cmakefile guru.
Hope that will help.
thx for the nice lib

Find the GTK module using pkg-config

include(FindPkgConfig)
pkg_check_modules(GTK REQUIRED "gtk+-3.0")

Add the path to its header files to the compiler command line

include_directories(${GTK_INCLUDE_DIRS})

and

target_link_libraries(${CMAKE_PROJECT_NAME} ${GTK_LDFLAGS} )

@elvismt
Copy link
Collaborator

elvismt commented Apr 17, 2018

I am sorry for replying this late Jerome. I am going to add windows support soon. Thank you for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants