Hi<br><br>On Monday, July 21, 2014, airdrummer <<a href="mailto:air_drummer@verizon.net">air_drummer@verizon.net</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
MythTV Version : v0.27.3-140-g143cf1c<br>
MythTV Branch : devel/027candidates<br>
Network Protocol : 77<br>
Library API : 0.27.20140719-1</blockquote><div><br></div><div>This is good. </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
correct? or should v0.27.3-140-g143cf1c be v0.27.4-140-g143cf1c?</blockquote><div><br></div><div>0.27.4 tag hasn't been made yet. So we are still post 0.27.3. 140 means that there have been 140 commits since 0.27.3 was tagged </div>
<div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
i'd also like to try out the backend when it's available for fedora...or can you<br>
give me a cheatsheet on building it myself? it's been 5 yrs since i worked w/git<br>
& i'm a little rusty...my joints all creak;-)<br><br>
</blockquote><div><br></div><div>It's all on the wiki. </div><div><br></div><div>What I do personally, to keep a separate copy between my development env and my production (which are on the same machine)</div><div><br>
</div><div>First get the source code (via git or whatever)</div>git checkout devel/027candidates<div><br><div>./configure --prefix=/usr/local/mythtv-dev</div><div>Make</div><div>Make install (make sure you change the permission of /usr/local/mythtv-dev</div>
<div><br></div><div>And I start the backend with:</div><div>LD_LIBRARY_PATH=/usr/local/mythtv-dev/lib <font><span style="background-color:rgba(255,255,255,0)">/usr/local/mythtv-dev/bin/mythbackend </span></font></div></div>
<div><font><span style="background-color:rgba(255,255,255,0)"><br></span></font></div><div><font><span style="background-color:rgba(255,255,255,0)">Using the same options you normally use. <span></span></span></font></div>