Re: [hatari-users] Hatari 2.3.0 has been released |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-users Archives
]
- To: hatari-users@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-users] Hatari 2.3.0 has been released
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sat, 26 Dec 2020 07:34:48 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1608964491; bh=doIqKiVaguc+X9Jsn5qpMTNwe4XPvz69Y3YPJNFBBIc=; h=Date:From:To:Subject:From; b=IXH/BxC8H7cQuxXSuwM+B4ALeoLWlqdLfdEFEpYOVtQaHBMVIsuio7FCz1pt91jGv qbEZTtMQasRK7adc+5uynIwy7pCdbi3BLOLkV1PYFPOTItM2ZGC2R7R0R/wlLObwcg nanoScghAq9FmeFLLxurEwS1lxrMshUY2BkTancGaOMTxYNPDBicxQziuzUGdUXJdR ZpNZ1KDClXbHYu8dQkxfCi9hfm1xrvXhcIuog9YeSfDgEdNNYvIaN8kcpY7FqfmDmK 8o80Zhwp1jadu8MirowdTGl/Shj8U9qH/gyL+IVI2SRQuBM8L4MeEpEVgAuh2HPdZH xa239h56Miy4w==
Am Fri, 25 Dec 2020 21:19:23 +0200
schrieb Eero Tamminen <oak@xxxxxxxxxxxxxx>:
> Hi,
>
> On 12/25/20 9:14 AM, Thomas Huth wrote:
> > schrieb Charles Curley <charlescurley@xxxxxxxxxxxxxxxxx>:
> >> Very nice! Thank you all. I have this release (via "git pull" and
> >> "git co v2.3.0") running on Debian Buster (10.6). Command line and
> >> both the regular desktop file and the python UI all work as
> >> expected.
> >>
> >> I hit two problems:
> >>
> >> * The installation instruction in readme.txt does not work.
> >>
> >> If all works fine, you should get the executable "hatari" in
> >> the src/ sub- directory of the build tree. You can then either run
> >> the executable from there, or install the emulator system-wide by
> >> typing:
> >>
> >> cmake --install .
> >>
> >> Nope, even as root. Instead, as root, I ran "make install" and
> >> that worked.
> >
> > Which version of cmake are you using? Seems like --install is still
> > a rather new option, you need at least cmake version 3.15 for
> > this...
>
> At least it's not recognized by CMake v3.13 in
> current Debian stable (Debian stable buster-backports would provide
> CMake v3.16).
>
> Ubuntu 20.04 LTS has CMake v3.16, but 18.04 has
> only v3.10.
>
> => I don't think readme.txt should recommend
> "cmake --install" yet, at least not for Linux
I've added a note that "make install" should be used with older
versions of CMake. So I hope the readme should be fine now.
Thomas