Browse Source

Remove more freetype references;

bjorn 7 years ago
parent
commit
45e75cefc3
1 changed files with 3 additions and 3 deletions
  1. 3 3
      guides/Compiling.md

+ 3 - 3
guides/Compiling.md

@@ -46,7 +46,7 @@ macOS
 Install the dependencies using your package manager of choice:
 
 ```sh
-brew install assimp glfw3 luajit physfs freetype openal-soft ode libccd
+brew install assimp glfw3 luajit physfs openal-soft ode libccd
 ```
 
 Next, build using CMake, as above:
@@ -77,13 +77,13 @@ First, install the dependencies using your package manager of choice.
 #### Arch Linux
 
 ```sh
-pacman -S assimp glfw-x11 luajit physfs freetype2 openal ode
+pacman -S assimp glfw-x11 luajit physfs openal ode
 ```
 
 #### Debian/Ubuntu
 
 ```sh
-sudo apt-get install build-essential cmake libassimp-dev libglfw3-dev libluajit-5.1-dev libphysfs-dev libfreetype6-dev libopenal-dev libode-dev
+sudo apt-get install build-essential cmake libassimp-dev libglfw3-dev libluajit-5.1-dev libphysfs-dev libopenal-dev libode-dev
 ```
 
 Then, build with CMake: