From e78288e929bb3e58b39de0f2f86e220c761537b1 Mon Sep 17 00:00:00 2001 From: Jason Bou-Samra <154414066+bou-samra@users.noreply.github.com> Date: Fri, 9 Feb 2024 19:27:13 +1100 Subject: [PATCH] Update and rename COMPILE.txt to COMPILE.md --- COMPILE.md | 7 +++++++ COMPILE.txt | 0 2 files changed, 7 insertions(+) create mode 100644 COMPILE.md delete mode 100644 COMPILE.txt diff --git a/COMPILE.md b/COMPILE.md new file mode 100644 index 0000000..bf58281 --- /dev/null +++ b/COMPILE.md @@ -0,0 +1,7 @@ +# Compiling requires some prerequisites + +1. Clone git repository of SDLAda https://github.com/Lucretia/sdlada and follow instructions as provided in README.md file. +2. Install SDL2-devel and SDL2_image-devel (depending on your Linux distribution the names of the packages may vary somewhat). +3. Update the threed.gpr file so that it contains full pathname of sdlada/share/gpr/sdlada.gpr". +4. gprbuild -largs $(pkg-config sdl2 SDL2_image --libs) (install additional packages as required). +5. If everything goes as planned you will have an executable file created which can be run from the command line. diff --git a/COMPILE.txt b/COMPILE.txt deleted file mode 100644 index e69de29..0000000