can anyone post some tutorials on this ?
i'm really eager to develop project completely on c/c++. but ui causes problem most of the times. i looked on this library and it seemed really cool. can anyone help me with little guidance or tutorial?
I was asked to try and compile it from source for gource (due to opengl issues on ubuntu) but it seems like the author (acaudwell) has put the Makefile in the .gitignore, has not provided any cmakes to help people compile.
Is there a way this ignored makefile can be added back in or a cmake provided?
PS: if it is compiled via your editor (i.e. vs or jetbrains), could this be specified so that someone can provide a Makefile or Cmake so that non-ide users can compile?
Small update (as I am trying to fix my Gource issue), it appears that this repository was only intended to be included as a submodule of the gource repository (and program) : https://github.com/acaudwell/Gource.
If you would like to understand how to compile the code in this repository, I think it might be interesting to take at look at how the parent repository compiles the content.
During the autogen, the Core repository gets cloned into src/core
From there, I guess the configure (which was created by the autogen program), will run the appropriate checks, create the makefile, this generated makefile, might hold the key to how the core library is compiled.
As of current, I have not gone further in the analisys, might do another comment if I find more info
PS: Do note that if you are running an ubuntu computer, you might encounter similar problems to the ones in this issue (which are the problems I have encountered while trying to run gource, here is the issue: https://github.com/acaudwell/Gource/issues/331#issuecomment-2430700802)