-
Notifications
You must be signed in to change notification settings - Fork 25
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
Make a linux build #88
Comments
This was asked before, see #60 and as I mentioned there, unfortunately I don't know enough about Linux packaging to provide pre-built packages myself. This would require help from someone who knows more about making packages on Linux. You can run this application on Linux (and OSX as well), and you can build your own binary by following the build instructions in the docs/README.md file. |
@alex-hhh base on that Readme
where is that dst folder in linux? i get this
i can run that with |
The Looking at the output of your build error, it looks like racket is trying to compile one of its own source files, and this can happen when there is a problem with the installation itself. When you run "racket run.rkt", racket will only compile things in memory, so this works, but this will take a very long time for the application to start up. Unfortunately, I don't have expertise with Racket on Linux -- I built the application on an Ubuntu machine with Racket installed as a snap, and that worked, but I don't use this configuration often. What I would recommend, is asking for help from the Racket community. It is most active on Discourse (https://racket.discourse.group/ ) and Discord (here is an invite link https://discord.gg/6Zq8sH5 ) |
Hello, I would like to have this program on linux, would it be possible to make an official buil or not for this system?
The text was updated successfully, but these errors were encountered: