Browse Source

Remove other references to assimp;

bjorn 6 years ago
parent
commit
761018b51a
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:
 
 ```
-$ brew install assimp glfw3 luajit physfs openal-soft ode libccd
+$ brew install 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
 
 ```
-$ pacman -S assimp glfw-x11 luajit physfs openal ode
+$ pacman -S glfw-x11 luajit physfs openal ode
 ```
 
 #### Debian/Ubuntu
 
 ```
-$ sudo apt-get install build-essential cmake libassimp-dev libglfw3-dev libluajit-5.1-dev libphysfs-dev libopenal-dev libode-dev
+$ sudo apt-get install build-essential cmake libglfw3-dev libluajit-5.1-dev libphysfs-dev libopenal-dev libode-dev
 ```
 
 Then, build with CMake: