geode-sdk / cli

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

doesn't work completely (almost ubuntu) #42

Closed matt7ress closed 6 months ago

matt7ress commented 6 months ago

well not exactly linux, its ubuntu 20.04 running in termux but still

root@localhost:~# ls
geode
root@localhost:~# geode
bash: /bin/geode: No such file or directory
root@localhost:~# ./geode
bash: ./geode: No such file or directory
root@localhost:~# rm /bin/geode
rm: cannot remove '/bin/geode': No such file or directory
root@localhost:~# mv geode /bin
root@localhost:~# geode
bash: /bin/geode: No such file or directory

i have no idea what its yapping about i did do chmod +x geode

arm64 / ubuntu aarch64 / termux

matcool commented 6 months ago

we dont offer aarch64 builds, at least not yet. youll have to build it yourself