From 0c4a98a03dcae6d6633776cbd64cc587b404380b Mon Sep 17 00:00:00 2001 From: Ritchie Cunningham Date: Sun, 21 Sep 2025 01:43:15 +0100 Subject: [PATCH] Fine!! Stupid gitea not recognising orgmode lists. --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index b20f87f..3d1add5 100644 --- a/README.org +++ b/README.org @@ -22,12 +22,12 @@ sudo apt install build-essential clang cmake libsdl3-dev libglew-dev libfreetype As SDL3 is new, the networking library may require compiling and installed manually. -1. *Clone the repository:* +1 *Clone the repository:* #+BEGIN_SRC bash git clone https://github.com/libsdl-org/SDL_net.git cd SDL_net #+END_SRC -2. *Build and install:* +2 *Build and install:* #+BEGIN_SRC bash mkdir build && cd build cmake .. @@ -35,7 +35,7 @@ make sudo make install # You can delete the downloaded SDL_net directory after install. #+END_SRC -3. *Update linker cache:* +3 *Update linker cache:* If you have linker issues after install SDL3_net, try updating your linker cache. #+BEGIN_SRC bash