From e743d4c5dc70cfc9f68112ffdab655c0590cc991 Mon Sep 17 00:00:00 2001 From: flacs Date: Sun, 22 Mar 2015 03:46:38 +0100 Subject: [PATCH] Add enet to optional dependencies --- Building-for-Linux.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 6819f41..8fdbeb7 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -109,6 +109,7 @@ Most of the time, any problems in the build process are due to user error. It's - libavcodec-dev (optional, for dumping frames in AVI format) - libavformat-dev (optional, for dumping frames in AVI format) - libswscale-dev (optional, for dumping frames in AVI format) +- libenet-dev (optional, if not found will be built statically) - liblzo2-dev (optional, if not found will be built statically) - libsoil-dev (optional, if not found will be built statically) - libsfml-dev (optional, if not found will be built statically)