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 As SDL3 is new, the networking library may require compiling and installed
manually. manually.
1. *Clone the repository:* 1 *Clone the repository:*
#+BEGIN_SRC bash #+BEGIN_SRC bash
git clone https://github.com/libsdl-org/SDL_net.git git clone https://github.com/libsdl-org/SDL_net.git
cd SDL_net cd SDL_net
#+END_SRC #+END_SRC
2. *Build and install:* 2 *Build and install:*
#+BEGIN_SRC bash #+BEGIN_SRC bash
mkdir build && cd build mkdir build && cd build
cmake .. cmake ..
@ -35,7 +35,7 @@ make
sudo make install sudo make install
# You can delete the downloaded SDL_net directory after install. # You can delete the downloaded SDL_net directory after install.
#+END_SRC #+END_SRC
3. *Update linker cache:* 3 *Update linker cache:*
If you have linker issues after install SDL3_net, try updating your linker If you have linker issues after install SDL3_net, try updating your linker
cache. cache.
#+BEGIN_SRC bash #+BEGIN_SRC bash