From 77e623d54d6bb0e272a349c9fa0b19783922cb3d Mon Sep 17 00:00:00 2001 From: Florian Date: Tue, 6 Feb 2018 17:52:27 +0100 Subject: [PATCH 1/2] Command line error + Detail Correct a command line error + add a little bit of detail. /!\ CANNOT COMPILE ON WINDOWS 10 /!\ --- Compile.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compile.md b/Compile.md index 5efb4ab6c..028f71a49 100644 --- a/Compile.md +++ b/Compile.md @@ -141,14 +141,14 @@ Windows (native compile): 2. Launch the MSYS2 shell and update the system: - pacman --needed -Sy bash pacman pacman-mirrors msys2-runtime` + pacman --needed -Sy bash pacman pacman-mirrors msys2-runtime 3. Close MSYS2 Shell, run it again and run the following command: pacman -Syu 4. Install required packaged. (optionally use the mingw-w64-i686-toolchain - instead for 32-bit windows architectures): + instead for 32-bit windows architectures), install "all" (by default) : pacman -S git mingw-w64-x86_64-toolchain msys/make mingw64/mingw-w64-x86_64-sfml mingw64/mingw-w64-x86_64-ffmpeg mingw64/mingw-w64-x86_64-libarchive From 2e30ea69e6d9a9d6bf316d677c5fdeba5acbe4ae Mon Sep 17 00:00:00 2001 From: Florian Date: Fri, 1 Jun 2018 20:53:34 +0200 Subject: [PATCH 2/2] Add Ubuntu compil command Ubuntu compil command for required libraries, included under Linux tab. --- Compile.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Compile.md b/Compile.md index 028f71a49..f4fb36e73 100644 --- a/Compile.md +++ b/Compile.md @@ -24,6 +24,11 @@ distributions. Other distributions should have similar packages available. - Fontconfig (to assist with finding fonts). - Xinerama (for multiple monitor support). - libarchive (for .7z, .rar, .tar.gz and .tar.bz2 archive support). + +For Ubuntu, run : + + apt install build-essential pkg-config libsfml-dev libopenal-dev zlib1g-dev libfreetype6-dev libavformat-dev libavcodec-dev libswscale-dev libavutil-dev libswresample-dev freeglut3-dev libjpeg-dev libarchive-dev + 2. Extract the Attract-Mode source to your system.