• Scrypt to build Husky from GitHub

    From Fabio Bizzi@2:335/364.3 to Paul Hayton on Sun May 9 12:12:10 2021
    Forwarding message from fidosoft.husky.
    Originally by: Michael Dukelsky, 2:5020/1042
    Original date: 25/04/21 22:07
    Subject: Strange behaviour with PERL
    ***

    Hello Fabio,

    Sunday April 25 2021, Fabio Bizzi wrote to Brother Rabbit:

    I cloned the hpt tree from GIY HUB, and tryied to build it against
    the 20210213

    How did you manage this? You cloned hpt from GitHub and obtained the two-month-old version? The latest hpt version is 20210418.

    [...skipped...]
    Did I have to build all the environment from GIT?

    Yes, you have to update everything using `git pull` and then build and install everything:

    $ cat build_all
    #!/bin/sh

    build()
    {
    git pull
    make
    sudo make install
    make distclean
    }

    for subproject in huskylib smapi fidoconf areafix hpt
    do
    pushd $subproject
    build
    popd
    done

    Michael

    ... node (at) f1042 (dot) ru
    -+- GoldED+/LNX 1.1.5-b20180707
    + Origin: Moscow, Russia (2:5020/1042)


    --
    Ciao.
    Fabio.
    --- Hotdoged/2.13.5/Android
    * Origin: ]\/[imac Boss Android Point (2:335/364.3)
  • From Paul Hayton@3:770/100 to Fabio Bizzi on Mon May 10 19:55:17 2021
    On 09 May 2021 at 12:12p, Fabio Bizzi pondered and said...


    Yes, you have to update everything using `git pull` and then build and install everything:

    $ cat build_all
    #!/bin/sh

    build()
    {
    git pull
    make
    sudo make install
    make distclean
    }

    for subproject in huskylib smapi fidoconf areafix hpt
    do
    pushd $subproject
    build
    popd
    done


    Hmm thanks for sharing, not sure if this would work for me or not but may
    play with it over the coming week. :)

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (3:770/100)