You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -132,6 +132,28 @@ to disable the dependancy of the odbc libraries... many more.
132
132
- libxext-dev
133
133
- libxxf86vm-dev
134
134
135
+
###
136
+
137
+
`ffmpeg` can be used by some of the code to generate video/audio streaming players. The ffmpeg interface module dynamically loads ffmpeg.dll, which should
138
+
be available for windows in the repository; or can be built...
139
+
140
+
I got it to build with wsl 2; (wsl --install). and Arch linux image (https://github.com/yuk7/ArchWSL); assuming build tools as approriate are installed
141
+
142
+
pacman -S make diffutils mingw-w64-gcc
143
+
144
+
and maybe mingw-w64-pkg-config(AUR) mingw-w64-environment(AUR) mingw-w64-cmake(AUR)
0 commit comments