diff options
| author | xolatile | 2024-04-23 10:00:40 -0400 |
|---|---|---|
| committer | xolatile | 2024-04-23 10:00:40 -0400 |
| commit | cffe810f431a57038dd816d5a1c09fc90f983b3c (patch) | |
| tree | 229d4a4f9e72511d9ef3cda57ffec125fe64e439 /install.sh | |
| parent | fba5a579897a9ce35d452a6ca0352aff04b3880d (diff) | |
| download | xolatile-raylib-ada-cffe810f431a57038dd816d5a1c09fc90f983b3c.tar.xz xolatile-raylib-ada-cffe810f431a57038dd816d5a1c09fc90f983b3c.tar.zst | |
Explaining examples and utter install script cancer...
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,13 @@ set -xe +# Find your own file path for this, I rely on GCC and GNAT: +# $ gcc -print-libgcc-file-name +# Run the command above to get the following output: +# /usr/lib/gcc/x86_64-linux-gnu/8/libgcc.a +# Then, add 'adainclude' and file name to the file path. +# Sorry, I don't know a better way to do this... + cp raylib.ads /usr/lib/gcc/x86_64-linux-gnu/8/adainclude/raylib.ads exit |
