Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vairdraw-src
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pirvi-public
vairdraw
vairdraw-src
Commits
a702cb36
Commit
a702cb36
authored
3 months ago
by
sdegrande
Browse files
Options
Downloads
Patches
Plain Diff
Remove glew from the dependencies lists.
parent
fc21ce8c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL.md
+2
-2
2 additions, 2 deletions
INSTALL.md
with
2 additions
and
2 deletions
INSTALL.md
+
2
−
2
View file @
a702cb36
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment