I am trying to build a library for Raspbian OS on various PIs (4,pico,2W). The lib is wiring pi. The source is available for download on github as zip file, but there are no precompiled versions as it is no longer in any kind of support. The source has an existing build file. I want to build it on Windows using Visual Studio and deploy to remote computers.
Visual GDB wants to build a cmake build file. I want to import an existing one from the github source. I set up everything else to cross compile a library and deploy it. BUT I cannot use the existing .build file from the repository.
I can successfully build and deploy simple applications with VS (windows) and deploy, run and debug on Pi. But not a lib with many files.
Is this possible?
I am experienced Windows developer but no Linux experience
Thanks