Closed falkTX closed 8 years ago
In the devel branch I've made a custom target called no-GUI. You can make this and it will generate the binaries you need into build/src/$plugin. If you try to install, it will try to build all, including the GUI stuff. I can add an install-no-GUI target maybe that installs them into a local folder or something. Would that be better?
I was waiting to see if the no-GUI target would work for you before I merged it into master.
alright, I added a way to install no-GUI, merged it to master and added instructions to the readme. Let me know if there's any issue remaining.
This would usually be done automatically by cmake rules, but ok I'll see if I can make the current instructions work..
I looked quite a bit on how to make cmake install everything by default but still have a method to build/install without the UI targets. This was the best solution I could come up with. If you can link me to a better one, I'd be happy to update.
need to add ifs so that GUIs are only added if NTK is found.
now done in the devel branch. Will merge to master for next release.
I'm trying to build these plugins for MOD, which means no UI. The build fails with stuff like this: