cli
cli copied to clipboard
Command-line utilities for working w/ geode
``` error[E0107]: missing generics for struct `ZipFile` --> src/index.rs:200:40 | 200 | let json = serde_json::from_reader::(json_file) | ^^^^^^^ expected 1 generic argument | note: struct defined here, with 1 generic...
catz@kiwintosh:~/Mods/Source/ProgressionV2$ geode build -- Found LLVM_VER: 17 -- Found CLANG_VER: 17 -- Found LLVM_PATH: /usr/lib/llvm-17 -- The C compiler identification is Clang 17.0.6 -- The CXX compiler identification is Clang...
I have the latest version of clang (18.1.3) installed. I'm using linux mint. here's my terminal output: geode build -- "LLVM_VER" not set, leaving blank -- "CLANG_VER" not set, leaving...
For instance, if the directory entered into the CLI is "C:\Mods\MyMod\\", it cannot find "C:\Mods\MyMod\\\\.git\" so it errors out. If you give it "C:\Mods\MyMod", it works fine.
Idk i already put the Geode cli In ./local/bin
Termux?
Is there any way to install geode-cli on termux (android) to create mods?? I don't have a PC and I would like to learn how to make mods for geode...
Every time i try to build the mode using `geode build` I get this error: `error: missing 'typename' prior to dependent type name 'geode::CCArrayExtCheck::type' using CCArrayExt = geode::CCArrayExtCheck::type; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ typename...
xwin has not uploaded a macos executable for their most recent 2 releases, causing anyone trying to run `geode sdk install-linux` on macos to be met with the error: "No...