geode-sdk / cli

Command-line utilities for working w/ geode
Boost Software License 1.0
24 stars 21 forks source link

geode build not working #72

Closed TymTymXD closed 3 months ago

TymTymXD commented 3 months ago

Screenshot from 2024-07-14 11-55-02 Screenshot from 2024-07-14 11-54-45

dankmeme01 commented 3 months ago

have you tried running geode sdk install-linux beforehand?this is required to install all of the cross-compilation tools

TymTymXD commented 3 months ago

yes

dankmeme01 commented 3 months ago
  1. install clang and lld (on Ubuntu this would be sudo apt install clang-17 clang-tools-17 lld-17, on other systems might be different)
  2. try the geode CLI build from this github action, there's a small oversight in the released version, and run geode sdk install-linux again
TymTymXD commented 3 months ago

still not working Screenshot from 2024-07-14 14-39-53 Screenshot from 2024-07-14 14-39-27

dankmeme01 commented 3 months ago

can you post the output of geode sdk install-linux?

TymTymXD commented 3 months ago

image

dankmeme01 commented 3 months ago

can you run it with the --update-winsdk argument and post the output again

TymTymXD commented 3 months ago

image

TymTymXD commented 3 months ago

i ran Geode build and everything seems to be working now

dankmeme01 commented 3 months ago

alright, closing then