This repository was archived by the owner on Jun 28, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 83
Windows dev environment
azlux edited this page Jun 3, 2020
·
3 revisions
On Windows, setting up the bot is a lot harder than Linux(like Debian)
Two libraries will have different install method compared to Linux : Magic and Opus
magic DLL can be obtain with pip3 install python-magic-bin
You need DLL from opuslib:
-
opus.dll(renamed fromlibopus-0.dll) libwinpthread-1.dll-
libgcc_s_sjlj-1.dll(libgcc_s_seh-1.dllin case of 64bits) If you are lazy like me, you can add them toScriptsfolder in python3 folder. (DLL need to be on windows PATH variable)
- opus DLL can be obtained from the 'opusfile' download at http://opus-codec.org/downloads/
- Go on https://ci.appveyor.com/project/rillian/opus -> "ReleaseDLL; Platform: x64" -> "Artifacts" -> Download the "opus.zip", DLL is compressed inside.
-
libwinpthread-1.dllandlibgcc_s_seh-1.dllcan be found in to the MinGW bin folder. Copy are here