-
Notifications
You must be signed in to change notification settings - Fork 9
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
[Keeping Notes] getting the script working on Linux #19
Comments
@Nathan22211 ,Soon, I'll have time to compile the source code for Linux and macOS. It's not too difficult with Delphi 12, which allows you to compile the same code for any operating system. I recommend trying this, as it's the only way to make it work correctly! I'm here to help if needed. My discord is : sb53systems |
I'll have to look to see where I could get Delphi 12 for arch linux, my main concern is that it might not behave correctly with the linux version of klipper estimator anyway I'm one step closer. go into it's behavior under more and have it launch directly, you can then use replace |
ok that didn't work sigh well it's half done. I'm having trouble finding stuff on pascal compiling on arch though |
this could be done from any operating system (Windows for my case). I will send you a trial version if you can test it. |
After doing some research, I found that a paid version of Delphi 12 (Enterprise or Architect) is required to compile the code for Linux. With the Community edition, it is only possible to compile it for Windows, MacOS, or Android. I think another free IDE that runs on Linux can do it!
|
at least until he figures out how to compile pascal for linux I've done some fiddling around with WineZGUI and got the script to launch thus far under a wine runner.
you'll need WineZGUI and possibly bottles, (both from flathub)
firstly you'll need import a recent version of the soda runner into WineZGUI, (or install it from that app). Bottles comes with soda preinstalled after running it once, so you can import it from there.
second, you'll want to right click on the Sb53 exe and have it run under wineZGUI. it'll ask you if you want to install some .NET core stuff, do that.
third, make a gamedir of the wine prefix folder through WineZGUI, otherwise you can't bring in the config folder nor the other exe.
lastly, have WineZGUI open the folder for the script's wine prefix via WineZGUI and drag the other needed stuff into it.
you should be able to run it standalone now but I haven't figured out how to run it from the slicer yet.
The text was updated successfully, but these errors were encountered: