Fine!! Stupid gitea not recognising orgmode lists.

This commit is contained in:
Ritchie Cunningham 2025-09-21 01:43:15 +01:00
parent aae4421819
commit 0c4a98a03d

View File

@ -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