Add note about voice binaries on linux
Makes voice section about precompiled binaries more visible.
This commit is contained in:
committed by
GitHub
parent
05120f0428
commit
e0d68d47d4
@@ -17,11 +17,9 @@ bot. (When developing on .NET Framework, this would be `bin/debug`,
|
|||||||
when developing on .NET Core, this is where you execute `dotnet run`
|
when developing on .NET Core, this is where you execute `dotnet run`
|
||||||
from; typically the same directory as your csproj).
|
from; typically the same directory as your csproj).
|
||||||
|
|
||||||
For Windows Users, precompiled binaries are available for your
|
**For Windows users, precompiled binaries are available for your convienence [here](https://github.com/discord-net/Discord.Net/tree/dev/voice-natives).**
|
||||||
convienence [here](https://github.com/discord-net/Discord.Net/tree/dev/voice-natives).
|
|
||||||
|
|
||||||
For Linux Users, you will need to compile [Sodium] and [Opus] from
|
**For Linux users, you will need to compile [Sodium] and [Opus] from source, or install them from your package manager.**
|
||||||
source, or install them from your package manager.
|
|
||||||
|
|
||||||
[Sodium]: https://download.libsodium.org/libsodium/releases/
|
[Sodium]: https://download.libsodium.org/libsodium/releases/
|
||||||
[Opus]: http://downloads.xiph.org/releases/opus/
|
[Opus]: http://downloads.xiph.org/releases/opus/
|
||||||
|
|||||||
Reference in New Issue
Block a user