<div dir="ltr"><div>So I couldn't find anything interesting to read today so I read Mythtv/<a href="http://README.CMake.md">README.CMake.md</a>.  I'm guessing that making the move to CMake will make it easier for developers to support different OSs and platforms.</div><div><br></div><div>I decided I'd give it a try on a fresh system, Debian 12 in this case.</div><div><br></div><div>So things I found out so far are:</div><div><br></div><div>1. You still need the mythtv/ansible for your dependencies.</div><div>2. If you use the default CMAKE_INSTALL_PREFIX your binaries end up in /usr/local/bin and your libs end up in /usr/local/lib.  However, I had to give my user write permission to /usr/local to make this happen.  I didn't want to run the build as sudo, at least I don't think so?</div><div>3. I had to run:<br><pre>sudo /sbin/ldconfig<font face="arial,sans-serif"> so my libraries would be found in /usr/local/lib.<br><br>I tested mythfrontend and it worked.<br> <br>Any pointers on how to get a better understanding of all this?<br><br>Jim A<br><br></font></pre><pre><font face="arial,sans-serif"><br></font></pre></div></div>