Thank you alfisya for your suggestion. I wasn't aware that Solus didn't have any developement tools already installed. I guess I got lucky on the distros I have used before as I don't recall having to install them before except for specialized ones like Thonny or the IDE for Arduino.
Well anyway I got the dev. tools installed and tried to get wl-gammactl working. The first command "meson build" worked fine as far as I can tell. However the second one "ninja -C build" comes back with an error that says:
carrollb@carroll-solus ~/Gamma/wl-gammactl-main $ ninja -C build
ninja: Entering directory `build'
ninja: error: loading 'build.ninja': No such file or directory
carrollb@carroll-solus ~/Gamma/wl-gammactl-main $
I think that is most likely a problem with the build instructions. But I don't know enough to know how to get around that.
I still haven't found any way to install kgamma. Searched through all the folders and don't see any kind of make file or .sh file. Did not see any directions on Github for how to install kgamma.
Many many, thanks again to all of you that are trying to help me.