Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelZy810 authored Jan 6, 2024
1 parent ebe918f commit e8a3e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ You can also use CMake directly to generate project files for many other IDEs, s
On Linux install the following dependencies using your package manager, for example on Ubuntu open your terminal and do:

```bash
sudo apt-get install build-essential cmake libglew-dev libglfw3-dev libglm-dev
sudo apt-get install build-essential cmake libglew-dev libglfw3-dev libglm-dev libassimp-dev
```

### Apple macOS dependencies
On macOS install [Homebrew](http://brew.sh) package manager and install the dependencies using the following commands in terminal. Note that the installation of Homebrew expects __XCode__ to be installed, this can be simply downloaded from the app store.

```bash
brew install cmake glm glfw glew libomp
brew install cmake glm glfw glew libomp assimp
```

You can also install CMake and use it to generate project files for your IDE of choice.
Expand Down

0 comments on commit e8a3e38

Please sign in to comment.