Update and rename COMPILE.txt to COMPILE.md

This commit is contained in:
Jason Bou-Samra
2024-02-09 19:27:13 +11:00
committed by GitHub
parent b82540c3f4
commit e78288e929
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -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.