Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide Linux binaries #73

Open
Le0X8 opened this issue Nov 28, 2024 · 2 comments
Open

Provide Linux binaries #73

Le0X8 opened this issue Nov 28, 2024 · 2 comments

Comments

@Le0X8
Copy link

Le0X8 commented Nov 28, 2024

UPDATE: Download linux amd64 binaries here: https://cdn.leox.dev/ctr-studio/ctr-studio_8f9b26e.tar.xz


Currently, only Windows binaries can be found under the Releases section.

And yes, I could just compile it myself and I know how to do it, but I don't want to install extra build deps for no reason, it would be more user-friendly just to provide Linux binaries, too.

Thanks!

@Le0X8
Copy link
Author

Le0X8 commented Nov 29, 2024

I was able to compile it on Arch Linux, but I had to change a file to make it work, because there is no command called xcopy in Linux.

I had to change CTR Studio/CTR Studio.csproj. In line 187, change

<Exec Command="xcopy ..\Plugins\CtrLibrary\bin\$(Configuration)\net6.0 bin\$(Configuration)\net6.0\Plugins\net6.0\ /E" />

to the following:

<Exec Command="cp ../Plugins/CtrLibrary/bin/Debug/net6.0 ../CTR\ Studio/bin/Debug/net6.0/Plugins -r" />

After making this change, you should be able to compile with:

./BuildLinux.sh

@KillzXGaming
Copy link
Contributor

The main issue is the builder uses appveyor, which I am not very familar with multiple artifacts between multiple platforms. I think it would be better to move to github actions to auto builds once I become familar with that. Of course if anyone wants to help with that, lmk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants