Monday, June 01, 2020
grimoire@muc.metronome.im
June
Mon Tue Wed Thu Fri Sat Sun
1
2 3 4 5 6
7
8 9 10 11 12 13 14
15 16
17 18 19 20 21
22 23 24 25 26 27 28
29 30          
             
Metronome IM "cook" book room | Support and Dev talk about the Metronome XMPP server.

Latest stable version build is: 4.0.3

For more information you can visit: https://metronome.im

Room logs can be found here: https://muc.metronome.im/logs/grimoire/

* Links *
<==========================================================>
- Building & Installation:
https://metronome.im/building
- Documentation:
https://metronome.im/documentation
- Issues Tracker:
https://github.com/maranda/metronome/issues
<==========================================================>

[01:37:54] <thndrbvr_> Looking at the news on metronome.im what is "'PAWG' ruleset" in this context? I don't think it's what the search engines are pulling up. lol
[01:44:53] <thndrbvr_> lua 5.3 work? I'm about to attempt installing Metronome IM on a Ubuntu 18.04 LTS dedicated server.
[01:47:05] <thndrbvr_> Okay, that just wanted to install a thousand other things.
[01:48:44] <thndrbvr_> never mind. typo.
[02:07:11] <thndrbvr_> What are "Lua development libraries and toolchains" exactly? How does one install these? i.e. "apt install ____ ___ ___"
[06:57:40] <Maranda> thndrbvr_: you have the names of the libraries you can easily find the deps packages by running *apt-cache search keyword* or whatever?
[07:00:10] <Maranda> And Lua5.3 isnt supported
[07:20:11] <thndrbvr_> Maranda, I have no idea what the names of the libraries are. Are those the ones listed below? I did an apt-cache search for all those and documented everything during install.
[07:22:40] <Maranda> https://metronome.im/building
[07:22:43] <Maranda> ...
[07:24:21] <thndrbvr_> That's what I'm reading >_>;
[07:28:02] <thndrbvr_> "dev libs & toolchains" = "all hard deps"? liblua5.2-dev?
[07:28:06] <Maranda> And so running *apt-cache* or *aptitude search libidn* for example doesn't return results?
[07:29:38] <thndrbvr_> libidn11
[07:31:29] <Maranda> thndrbvr_: just use documentation at https://prosody.im/doc/installing_from_source if it's clearer
[07:31:59] <Maranda> lua5.2, liblua5.2-dev, libidn11-dev and libssl-dev then you need luaexpat and luasec
[07:32:42] <Maranda> Tbh I don't try to even mantain a list of package names they keep to change 'em
[07:33:39] <thndrbvr_> Okay, thanks. Here's my notes with package names and versions, just for reference.
[07:33:40] <thndrbvr_> https://thefreaks.club/p/paste.php?id=10
[07:34:52] <Maranda> ^ Lu5.3 is not supported you need 5.2
[07:37:36] <thndrbvr_> Yeah, I edited that and am installing 5.2 now.
[07:38:09] <thndrbvr_> Why isn't the newer 5.x supported, though?
[07:45:02] <Maranda> Because some lua libraries haven't been ported, and also there're changes in the C api that would need changes into a few of Metronome C libraries as well
[07:45:29] <thndrbvr_> Oh, interesting.
[07:56:17] <thndrbvr_> Installed! Thank you. :)
[08:04:35] <Maranda> Np