diff options
Diffstat (limited to 'deps.sh')
-rwxr-xr-x | deps.sh | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +#!/bin/sh +# <3 nix +RAY=$(nix eval --raw nixpkgs#raylib) +git clone https://github.com/Brian-ED/rayed-bqn +cd rayed-bqn + git submodule update --init --recursive + cat > config.bqn << EOF +raylibLibPath ⇐ "${RAY}/lib/libraylib.so" +raylibHeaderPath ⇐ "${RAY}/include/raylib.h" +EOF +cd .. |