-
gcc (Debian 10.2.1-6) 10.2.1 20210110
g++ (Debian 10.2.1-6) 10.2.1 20210110
cmake version 3.18.4
GNU Make 4.3
GLEW 2.1.0
```
[ 44%] Building CXX object src/xrGame/CMakeFiles/xrGame.dir/ui/UIAc…
-
Would you be interested in a PR that documents how to install this via bbin? bbin settings in `bb.edn` also make installing more convenient.
-
I haven't done any profiling yet but it's likely slow because we're reading and parsing all the scripts in `bbin bin` every time to generate the list. This could be improved with https://github.com/ba…
-
Thank you for your work Gert! :)
Found a small issue with a specific repo that I wanted to try. I wanted to try [Squint](https://github.com/squint-cljs/squint) and I found a weird interaction with …
-
Hello! :hugs:
Firstly, `bookmark-files-combiner` is a babashka script I installed a week ago with `bbin install` and now I want to uninstall it (so I can install a newer version afterwards).
- …
-
The `bbin install` command should print human-friendly text like "Installed cljfmt in ~/.babashka/bbin/bin` or so instead of printing EDN, perhaps with `--format edn`. Similar for `bbin ls`.
Minor…
-
## Proposed Changes
Reference: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
- **Scripts will be installed to `$BABASHKA_BBIN_BIN_DIR` (there is no explicit `XDG` …
-
In bbin 0.2.0 we're going to use the `~/.cache/babashka/bbin/jars` directory to store JARs. This means the directory should be able to be deleted without breaking anything.
Right now the JARs only …
-
Hello
I noticed there was some changes in the cmake readme. For more modern cmake (later than 3.14 which was released on March 2019, and we're currently at version 3.19), the easiest way to create a …
-
```
# Standalone install
curl -o- https://raw.githubusercontent.com/rads/rain/main/rain > ~/.local/bin/rain
# Depends on clojure/tools/clojure and borkdude/brew/babashka
# `bbin` can be invoked …