• Magicka Dependencies

    From apam@21:1/125.99 to ALL on Tue Oct 8 17:37:10 2019
    So you want to compile Magicka?

    Suggested OS is Linux / Debian

    You will need the following dependencies (and development packages):

    sqlite3
    libssh
    libmosquitto (or just mosquitto)
    libmicrohttpd
    gmp
    ncurses
    readline
    libtool

    of course you will also need building tools, GCC (or clang) pluss C++
    support, GNU Make, sed and git.

    Andrew


    --- MagickaBBS v0.12alpha (Linux/armv7l)
    * Origin: Twilight BBS (21:1/125.99)
  • From Al@21:3/107 to apam on Tue Oct 8 02:12:48 2019
    So you want to compile Magicka?

    Suggested OS is Linux / Debian

    Got this far now.

    What is the url to clone the magicka repo?

    I'm sure I have that around here somewhere but I can't locate it at the moment.

    --- BBBS/Li6 v4.10 Toy-4
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:3/107)
  • From apam@21:1/125.99 to Al on Tue Oct 8 19:31:34 2019
    So you want to compile Magicka?

    Suggested OS is Linux / Debian

    Got this far now.

    What is the url to clone the magicka repo?

    https://gitlab.com/magickabbs/MagickaBBS

    Andrew

    --- MagickaBBS v0.12alpha (Linux/armv7l)
    * Origin: Twilight BBS (21:1/125.99)
  • From Al@21:3/107 to apam on Tue Oct 8 03:17:44 2019
    So you want to compile Magicka?

    Suggested OS is Linux / Debian

    Got this far now.

    What is the url to clone the magicka repo?

    https://gitlab.com/magickabbs/MagickaBBS

    I broke down and downloaded MagickaBBS-master.tar.gz from gitlab and all looks good. I'm going to remove that and git it and keep it updated.

    I have a small bug report. I can't backspace stuff out in the full screen editor. I dunno why that is.

    I have it running with ssh in UTF-8 mode.. looks awesome.. more to come..

    --- BBBS/Li6 v4.10 Toy-4
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:3/107)
  • From Al@21:3/107 to apam on Tue Oct 8 03:47:08 2019
    https://gitlab.com/magickabbs/MagickaBBS

    I've got this now.. :)

    When I issue "git checkout v0.11-patch" I get this error..

    error: pathspec 'v0.11-patch' did not match any file(s) know to git.

    I'm following the instructions in installation.md. I suspect you have moved on since that was written and I can ignore that error?

    --- BBBS/Li6 v4.10 Toy-4
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:3/107)
  • From Apam@21:1/125 to Al on Tue Oct 8 21:33:34 2019
    Re: RE: Magicka Dependencies
    By: Al to apam on Tue Oct 08 2019 03:47 am

    error: pathspec 'v0.11-patch' did not match any file(s) know to git.

    I'm following the instructions in installation.md. I suspect you have moved on since that was written and I can ignore that error?

    Yeah, do git checkout master

    it's all in master nowdays

    Andrew
    --- SBBSecho 3.09-FreeBSD
    * Origin: Nocturnal - nocturnal.hopto.org:2023 (21:1/125)
  • From Apam@21:1/125 to Al on Tue Oct 8 21:36:31 2019
    Re: RE: Magicka Dependencies
    By: Al to apam on Tue Oct 08 2019 03:17 am

    I have a small bug report. I can't backspace stuff out in the full screen editor. I dunno why that is.

    It's because your client is sending DELETE rather than BACKSPACE ^? vs ^H

    OpenDoors which magiedit is based on treats those keys differently, I'm trying to work out a way to detect both.

    For now as a work around you should be able to just press Ctrl-H

    Andrew
    --- SBBSecho 3.09-FreeBSD
    * Origin: Nocturnal - nocturnal.hopto.org:2023 (21:1/125)
  • From apam@21:1/125.99 to Apam on Tue Oct 8 21:56:37 2019
    OpenDoors which magiedit is based on treats those keys differently,
    I'm trying to work out a way to detect both.

    Should be fixed in master now, you will need to make clean first though
    to make sure it recompiles opendoors.

    Andrew

    --- MagickaBBS v0.12alpha (Linux/armv7l)
    * Origin: Twilight BBS (21:1/125.99)
  • From Al@21:3/107 to apam on Tue Oct 8 05:39:48 2019
    OpenDoors which magiedit is based on treats those keys differently,
    I'm trying to work out a way to detect both.

    Should be fixed in master now, you will need to make clean first though
    to make sure it recompiles opendoors.

    Yep, that's got it.. thanks.. :)

    --- BBBS/Li6 v4.10 Toy-4
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:3/107)