▲ | dmwood a day ago | |
Shell dependencies for install? Got: bash-3.2# just package && mv dist/infat* /usr/local/bin/infat # Wildcard because output name includes platform bash: just: command not found | ||
▲ | philocalyst a day ago | parent | next [-] | |
No dependencies for install, just is the command runner I use to keep things organized, it's a replacement for make(1). If it hurts to download just, you can build using SPM: swift build -c release mv .build/PLATFORM/release/infat /usr/local/bin | ||
▲ | alkh a day ago | parent | prev [-] | |
just is a great command runner[1], not a shell script. Looks like it is needed if you build from source or install from Github releases. Alternatively, use `brew install philocalyst/tap/infat`(haven't done it myself but I bet it has just as a dependency anyway) [1] https://github.com/casey/just |