Skip to content

Commit

Permalink
update readme for ASIO libraries; remove SDL_net
Browse files Browse the repository at this point in the history
  • Loading branch information
treellama committed Oct 27, 2024
1 parent 4e87fd2 commit fbfdba3
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 @@ -70,10 +70,10 @@ Linux/FreeBSD/other builds are built using autoconf. If you downloaded a source

Aleph One requires a C++17 compiler and the following libraries:

+ `ASIO`
+ `Boost`
+ `SDL2`
+ `SDL2_image`
+ `SDL2_net`
+ `SDL2_ttf`
+ `zlib`
+ `libsndfile`
Expand All @@ -93,8 +93,9 @@ First, enable the [RPM Fusion Repository](http://rpmfusion.org/Configuration).
Then, install the following packages.

sudo dnf install boost-devel curl-devel ffmpeg-devel gcc-c++ \
libpng-devel SDL2-devel SDL2_ttf-devel SDL2_image-devel SDL2_net-devel \
zziplib-devel miniupnpc-devel openal-soft-devel libsndfile-devel
libpng-devel SDL2-devel SDL2_ttf-devel SDL2_image-devel \
zziplib-devel miniupnpc-devel openal-soft-devel libsndfile-devel \
asio-devel

If you don't compile with FFmpeg support, you won't be able to use WebM export in Aleph One.

Expand All @@ -103,9 +104,10 @@ If you don't compile with FFmpeg support, you won't be able to use WebM export i
Run this command to install the necessary prerequisites for building Aleph One:

sudo apt install build-essential libboost-all-dev libsdl2-dev \
libsdl2-image-dev libsdl2-net-dev libsdl2-ttf-dev \
libsdl2-image-dev libsdl2-ttf-dev \
libzzip-dev libavcodec-dev libavformat-dev libavutil-dev libswscale-dev \
libpng-dev libcurl4-gnutls-dev libminiupnpc-dev libopenal-dev libsndfile1-dev
libpng-dev libcurl4-gnutls-dev libminiupnpc-dev libopenal-dev \
libsndfile1-dev libasio-dev

### Compile

Expand Down

0 comments on commit fbfdba3

Please sign in to comment.