-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
README says that "installSimula" doesn't compile, but it does #196
Comments
No, it says it should not compile, not that it doesn't. There are cases where it is necessary. What you're really asking for is a precompiled binary for your particular platform to be added to the repository. |
From reading other issues, this seems to be The Readme states:
Either way, the larger issue is that hardware is getting 100% of the focus now as per the discussion on #180 and builds are probably always being triggered for new users. |
For me, this step never passes. 0% CPU/RAMS usage. Just hangs there like so:
OS: Arch Linux |
What does ps ax|grep nix say? |
|
Update: after some tinkering,
⬇️
|
Seems like some sort of flaky internet connection? |
README states that installing should take less than a minute and doesn't compile. I'm on a Steam Deck running the install script, which has triggered
nix-build
and godot is currently taking 15+ minutes to compile (I see severalcc1plus
threads running). Here's some output from nix with relevant info:The README should be corrected.
The text was updated successfully, but these errors were encountered: