Replies: 1 comment 2 replies
|
For the desktop version, you need to build the GalaxyBudsClient subproject instead: # Assuming you're in the project root directory:
dotnet run --project GalaxyBudsClient/GalaxyBudsClient.csproj
# or
dotnet publish GalaxyBudsClient/GalaxyBudsClient.csproj |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Could you provide instructions on how to build the Linux client please?
I was able to build the android client using 'dotnet publish' with some of the switches in build.sh, but if I try to run 'dotnet publish' in the Linux client directory it only builds some library.
This would be great as like this I can write an ebuild for Gentoo to install this - plus it's a pity that an open source project can only be installed from flatpak/precompiled and there is no instructions at all how to build it :(
All reactions