Skip to content

Commit

Permalink
adjust README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewMeadows committed Sep 8, 2023
1 parent 5bc2593 commit d0577cf
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ hardware via OpenGL and Direct3D.

# How to build:

* Install [autobuild](https://wiki.secondlife.com/wiki/Autobuild).
* <pre>autobuild configure</pre>
* <pre>autobuild build</pre>
* <pre>autobuild package</pre>
* Install [autobuild](https://wiki.secondlife.com/wiki/Autobuild) utility.
* Invoke autobuild at the command line:
<pre>
autobuild build
autobuild package
</pre>

That will produce a bundled asset of SDL2 libs and header files called something like: <pre>SDL2-2.24.1-linux-012345678.tar.bz2</pre>.
That will produce a bundled asset of SDL2 libs and header files called something like: `SDL2-2.24.1-linux-012345678.tar.bz2`

0 comments on commit d0577cf

Please sign in to comment.