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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Download the git repository with `git clone https://github.com/Splamy/TS3AudioBo
65
65
1. See if you have NuGet by just executing `nuget`. If not, get `NuGet.exe` with `wget https://dist.nuget.org/win-x86-commandline/latest/nuget.exe`
66
66
1. Go into the directory of the repository with `cd TS3AudioBot`
67
67
1. Execute `nuget restore` or `mono ../Nuget.exe restore` to download all dependencies
68
-
1. Execute `msbuild /p:Configuration=Release /p:Platform=AnyCPU TS3AudioBot.sln` to build the C# AudioBot
68
+
1. Execute `msbuild /p:Configuration=Release TS3AudioBot.sln` to build the C# AudioBot
69
69
1. Getting the dependencies
70
70
* on **Ubuntu**:
71
71
Run `sudo apt-get install libopus-dev ffmpeg`
@@ -106,4 +106,4 @@ This project is licensed under OSL-3.0.
106
106
Why OSL-3.0:
107
107
- OSL allows you to link to our libraries without needing to disclose your own project, which might be useful if you want to use the TS3Client as a library.
108
108
- If you create plugins you do not have to make them public like in GPL. (Although we would be happier if you shared them :)
109
-
- With OSL we want to allow you providing the TS3AB as a service (even commercially). We do not want the software to be sold but the service. We want this software to be free for everyone.
109
+
- With OSL we want to allow you providing the TS3AB as a service (even commercially). We do not want the software to be sold but the service. We want this software to be free for everyone.
0 commit comments