• Installing Golded on ubuntu/linux

    From Rickv@1:154/110 to All on Sat Jul 5 13:37:47 2025
    I have been unable to get Golded Linux installed on my ubuntu system. I keep getting error after error. I have also been getting help from ChatGPT. Can anyone recommand a version that will install into ubuntu? I've tried the latest git on github.

    Thanks,
    RickV
    --- SBBSecho 3.28-Linux
    * Origin: live Wire BBS [livewirebbs.com:1025] (1:154/110)
  • From Warpslide@1:229/664 to Rickv on Sat Jul 5 18:07:28 2025
    On 05 Jul 2025, Rickv said the following...

    I have been unable to get Golded Linux installed on my ubuntu system. I keep getting error after error.

    This works for me on Ubuntu 22.04:

    git clone https://github.com/golded-plus/golded-plus.git

    cd golded-plus

    cp ./golded-plus/golded3/mygolded.__h ./golded-plus/golded3/mygolded.h
    nano ./golded-plus/golded3/mygolded.h
    make
    make strip
    cp ./bin/gedlnx /usr/local/bin/
    cp ./bin/gnlnx /usr/local/bin/

    mkdir ~/.golded

    cp ./golded-plus/cfgs/config/simple.cfg ~/.golded/golded.cfg


    Jay

    ... How many bones are in the human hand? A handful of them

    --- Mystic BBS v1.12 A49 2024/05/29 (Linux/64)
    * Origin: Northern Realms (1:229/664)
  • From Rickv@1:154/110 to Warpslide on Sun Jul 6 18:27:37 2025
    Re: Re: Installing Golded on ubuntu/linux
    By: Warpslide to Rickv on Sat Jul 05 2025 06:07 pm

    This works for me on Ubuntu 22.04:

    git clone https://github.com/golded-plus/golded-plus.git

    cd golded-plus

    cp ./golded-plus/golded3/mygolded.__h ./golded-plus/golded3/mygolded.h nano ./golded-plus/golded3/mygolded.h
    make
    make strip
    cp ./bin/gedlnx /usr/local/bin/
    cp ./bin/gnlnx /usr/local/bin/

    mkdir ~/.golded

    cp ./golded-plus/cfgs/config/simple.cfg ~/.golded/golded.cfg

    Jay

    Thanks,that worked. But I can read mail but can't reply, it exits out when I try. I also don't have a help screen. But I have it running.

    RickV
    --- SBBSecho 3.28-Linux
    * Origin: live Wire BBS [livewirebbs.com:1025] (1:154/110)