<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection">
<div dir="auto">I would try the PPA on a testsystem before changing in production, in your situation. That would then update with the usual “apt update”.<br />
<br />
I like bleeding edge, tip of the spear, crack of my ass, to quote... but use homebrew on the mac so as to not have to do anything manually which is difficult to keep track...<br />
<br />
el</div>
</div>
<div name="messageSignatureSection"><br />
<div dir="auto">— 
<div dir="auto">Sent from Dr Lisse’s iPhone</div>
</div>
</div>
<div name="messageReplySection">On 12 Dec 2020, 23:47 +0200, Richard Kimberly Heck <rikiheck@lyx.org>, wrote:<br />
<blockquote type="cite" style="border-left-color: grey; border-left-width: thin; border-left-style: solid; margin: 5px 5px;padding-left: 10px;">On 12/12/20 4:18 PM, John White wrote:<br />
<blockquote type="cite">This sounds like an excellent way to keep lyx up to date, but I am clueless<br />
about alternative repositories. If they require github, I'm not interested.<br />
Lyx 2.3.2 ships with Debian Buster and it works fine for my purposes. I have<br />
learned that adding software versions not in the Buster repository sometimes<br />
causes problems. So I will probably keep using 2.3.2 until next summer or so<br />
when, I expect, Debian should come out with a new version.<br /></blockquote>
<br />
It's really quite easy to build LyX yourself. You don't need git (let<br />
alone github). You can just download the source that we release. Then<br />
it's the usual method:<br />
<br />
# tar -zxvf lyx-2.3.6.tar.gz<br />
# cd lyx-2.3.6<br />
# ./configure<br />
<br />
Add --enable-qt5 there if you want to use qt5<br />
<br />
# make<br />
# sudo make install<br />
<br />
To get the dependencies needed for the build, you should be able to do:<br />
<br />
# sudo apt-get build-deps lyx<br />
<br />
There's also a PPA for Ubuntu. I don't know if it works with Debian.<br />
<br />
Riki<br />
<br />
<br />
<blockquote type="cite"><br />
Best,<br />
<br />
John<br />
<br />
On Saturday, December 12, 2020 7:42:23 AM PST Dr Eberhard W Lisse wrote:<br />
<blockquote type="cite">Hartmut,<br />
<br />
would a better approach not be an alternative repository from which the<br />
package manager then can install the latest DEB?<br />
<br />
el<br />
<br />
On 2020-12-12 12:47 , Hartmut Haase wrote:<br />
<blockquote type="cite">Hi Richard,<br />
<br />
<blockquote type="cite">I'm a little puzzled why you would need that. LyX uses Qt, yes, but<br /></blockquote>
if I install LyX from the distribution it is about 9 month older than<br />
the last release. Because this one does not have binaries for all<br />
distributions, I use to compile myself. Therefore I need the Qt library<br />
files.<br />
The error message is<br />
checking for Qt library name... failed<br />
configure: error: cannot compile a simple Qt executable. Check you have<br />
the<br /></blockquote>
</blockquote>
<br />
<br /></blockquote>
</blockquote>
</div>
</body>
</html>