From cffe810f431a57038dd816d5a1c09fc90f983b3c Mon Sep 17 00:00:00 2001 From: xolatile Date: Tue, 23 Apr 2024 10:00:40 -0400 Subject: Explaining examples and utter install script cancer... --- install.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 0774358..355b710 100644 --- a/install.sh +++ b/install.sh @@ -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 -- cgit v1.2.3