https://linen.dev logo
Join Discord
Powered by
# haxe-ui
  • p

    powerful-morning-89

    02/28/2023, 9:13 AM
    The proper procedure is
    Copy code
    git init
    git submodule add https://github.com/Kode/Kha
    ./Kha/get_dlc
  • b

    bright-gpu-74537

    02/28/2023, 9:14 AM
    right, fair do's... i grabbed the commands from my cli thingy, which is obviously out of date since get_dlc didnt exist then
  • p

    powerful-morning-89

    02/28/2023, 9:15 AM
    Nowadays there's separate submodules for each OS/architecture combination, and the get_dlc script will make sure only the needed submodules are cloned.
  • b

    bright-gpu-74537

    02/28/2023, 9:16 AM
    yeah, i think i did know about it from reading things in the kha discord, just never really paid any attention - so never knew exactly what it was for
  • p

    powerful-garden-79363

    02/28/2023, 9:19 AM
    i was following this guide before https://blackgoku36.github.io/BG36-tutorials/Kha/book/GettingStarted/Setup.html
  • p

    powerful-garden-79363

    02/28/2023, 9:19 AM
    and did that in another folder
  • b

    bright-gpu-74537

    02/28/2023, 9:20 AM
    im not sure why you would do that in another folder...
  • b

    bright-gpu-74537

    02/28/2023, 9:20 AM
    ah, seems you can setup the extension to point to it
  • b

    bright-gpu-74537

    02/28/2023, 9:20 AM
    anyways, lets at least see if we can get it working on command line, then you can play with whatever else you want wrt to ide, etc
  • p

    powerful-garden-79363

    02/28/2023, 10:19 AM
    i did this thing (it took an hour)
  • b

    bright-gpu-74537

    02/28/2023, 10:20 AM
    an hour?? Yikes... bad internet connetion?
  • b

    bright-gpu-74537

    02/28/2023, 10:21 AM
    anyways, now, what happens if, in that dir, you do:
    node kha/make
  • p

    powerful-garden-79363

    02/28/2023, 10:21 AM
    no, my internet connection is +- ok
  • b

    bright-gpu-74537

    02/28/2023, 10:22 AM
    fair enough... no idea then, usually takes like 5-10 mins for me - something like that anyway
  • p

    powerful-garden-79363

    02/28/2023, 10:22 AM
    same problem as before
  • b

    bright-gpu-74537

    02/28/2023, 10:23 AM
    what does "ls" show now?
  • p

    powerful-garden-79363

    02/28/2023, 10:25 AM
    same but there is kha folder now
  • b

    bright-gpu-74537

    02/28/2023, 10:25 AM
    sorry, case sensitive:
    node Kha/make
  • p

    powerful-garden-79363

    02/28/2023, 10:27 AM
    something different this time
  • b

    bright-gpu-74537

    02/28/2023, 10:28 AM
    ok, thats progress, now, my guess is you arent using git version of haxeui-core... what does
    haxelib list haxeui
    show?
  • b

    bright-gpu-74537

    02/28/2023, 10:35 AM
    you'll need git versions
  • b

    bright-gpu-74537

    02/28/2023, 10:35 AM
    *
    haxelib git haxeui-core https://github.com/haxeui/haxeui-core
    *
    haxelib git haxeui-kha https://github.com/haxeui/haxeui-kha
  • f

    full-journalist-82607

    02/28/2023, 10:39 AM
    ( and recheck and post haxelib list haxeui (( there's a possiblebug that makes use another version when setting/updating git)
  • p

    powerful-garden-79363

    02/28/2023, 10:42 AM
    i think i should pick no
  • b

    bright-gpu-74537

    02/28/2023, 10:43 AM
    yeah, say "n"...
  • b

    bright-gpu-74537

    02/28/2023, 10:44 AM
    and after all done, as yoplala said, recheck
    haxelib list haxeui
    and make sure they are both
    [git]
    , if they are rerun
    node Kha/make
    and that should be it 🙂
  • p

    powerful-garden-79363

    02/28/2023, 10:48 AM
    now they are both git and 1.5.0
  • p

    powerful-garden-79363

    02/28/2023, 10:48 AM
    is that ok?
  • b

    bright-gpu-74537

    02/28/2023, 10:48 AM
    yessir
  • b

    bright-gpu-74537

    02/28/2023, 10:49 AM
    just for your information that is listing all the versions installed and the "active" one is in
    [
    and
    ]
    (ie, "git" in this case - which is what you want)
1...155115521553...1687Latest