Skip to content
Snippets Groups Projects
Commit a702cb36 authored by sdegrande's avatar sdegrande
Browse files

Remove glew from the dependencies lists.

parent fc21ce8c
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ Prepare compilation environment for Windows
* Install Dependencies
```bash
pacman -S mingw-w64-clang-x86_64-glew mingw-w64-clang-x86_64-glfw mingw-w64-clang-x86_64-glm mingw-w64-clang-x86_64-freeimage mingw-w64-clang-x86_64-assimp mingw-w64-clang-x86_64-freetype mingw-w64-clang-x86_64-gst-plugins-good mingw-w64-clang-x86_64-gst-plugins-bad mingw-w64-clang-x86_64-ffmpeg mingw-w64-clang-x86_64-libsndfile mingw-w64-clang-x86_64-openal mingw-w64-clang-x86_64-eigen3 mingw-w64-clang-x86_64-liblo mingw-w64-clang-x86_64-wxwidgets3.2-msw mingw-w64-clang-x86_64-wxwidgets3.2-msw-libs mingw-w64-clang-x86_64-libmicrohttpd mingw-w64-clang-x86_64-gnutls mingw-w64-clang-x86_64-python-pip mingw-w64-clang-x86_64-python-numpy mingw-w64-clang-x86_64-jsoncpp mingw-w64-clang-x86_64-openxr-sdk mingw-w64-clang-x86_64-fmt
pacman -S mingw-w64-clang-x86_64-glfw mingw-w64-clang-x86_64-glm mingw-w64-clang-x86_64-freeimage mingw-w64-clang-x86_64-assimp mingw-w64-clang-x86_64-freetype mingw-w64-clang-x86_64-gst-plugins-good mingw-w64-clang-x86_64-gst-plugins-bad mingw-w64-clang-x86_64-ffmpeg mingw-w64-clang-x86_64-libsndfile mingw-w64-clang-x86_64-openal mingw-w64-clang-x86_64-eigen3 mingw-w64-clang-x86_64-liblo mingw-w64-clang-x86_64-wxwidgets3.2-msw mingw-w64-clang-x86_64-wxwidgets3.2-msw-libs mingw-w64-clang-x86_64-libmicrohttpd mingw-w64-clang-x86_64-gnutls mingw-w64-clang-x86_64-python-pip mingw-w64-clang-x86_64-python-numpy mingw-w64-clang-x86_64-jsoncpp mingw-w64-clang-x86_64-openxr-sdk mingw-w64-clang-x86_64-fmt
```
* Install needed python packages
......@@ -71,7 +71,7 @@ Prepare compilation environment for Linux (Fedora 41)
* Install dependencies
```bash
sudo dnf install wxGTK-devel glew-devel ffmpeg-devel libsndfile-devel openal-devel assimp-devel eigen3-devel glm-devel freeimage-devel liblo-devel gnutls-devel libmicrohttpd-devel ijsoncpp-devel openxr openxr-devel fmt fmt-devel
sudo dnf install wxGTK-devel ffmpeg-devel libsndfile-devel openal-devel assimp-devel eigen3-devel glm-devel freeimage-devel liblo-devel gnutls-devel libmicrohttpd-devel ijsoncpp-devel openxr openxr-devel fmt fmt-devel
```
* Use the latest assimp lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment