Merge pull request 'feature/ubuntu' (#3) from feature/ubuntu into master

Reviewed-on: http://gitea.watsonlabs.net/watsonb8/aurora/pulls/3
This commit is contained in:
Brandon Watson 2021-04-10 09:34:18 -04:00
commit 9859358d7b
3 changed files with 17 additions and 4 deletions

View File

@ -5,8 +5,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aurora", "Aurora\Aurora.csp
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aurora.gtk", "Aurora.gtk\Aurora.gtk.csproj", "{E8C8C24A-5C51-47CB-B241-F5A9F0E808B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aurora.test", "Aurora.test\Aurora.test.csproj", "{45680D8A-1AF1-4D93-AAC0-59CDB01CED5D}"
EndProject
#Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aurora.test", "Aurora.test\Aurora.test.csproj", "{45680D8A-1AF1-4D93-AAC0-59CDB01CED5D}"
#EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|iPhoneSimulator = Debug|iPhoneSimulator

View File

@ -61,8 +61,8 @@
</Compile>
</ItemGroup>
<ItemGroup>
<Protobuf Include="..\..\aurora-proto\proto\general.proto" />
<Protobuf Include="..\..\aurora-proto\proto\party.proto" />
<Protobuf Include="..\..\aurora-proto\Proto\general.proto" />
<Protobuf Include="..\..\aurora-proto\Proto\party.proto" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\backward.png" />

View File

@ -21,3 +21,16 @@ We are always looking for ways to improve the exerience of the application.
- Aurora Turn Server: The next big step for the application is integrating a custom Aurora turn server so that listeners can connect to one another from different networks while maintaining perfectly synchronized output
- 3rd Party Source Integration: Not everybody has a vast local collection of media that they have been collecting for years. We plan to integrate with 3rd Party music sources such as _Spotify_ and _Apple Music_
## Developers Start Here
### Installation
1. Install dotnet versions 3.1 and 5.0
1. Install mono complete
1. If linux, install gtk-sharp via apt
1. If linux, install libvlc-dev via apt