-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
build error linux #50
Comments
I think it's my fault. The error should be solved if you do the following steps:
And then try to execute There is also an error with a keyboard dependency related to linux but should be pretty easy to solve. If this error appears to you one way of fixing it quickly is to comment all the code related with the keyboard (the code is in src/keyboard folder and you will have to comment the functions in src/net/host.go that came from src/keyboard) I am happy that you like my work :) |
Thanks for your quick answer.
Your work is very impressive, it looks very clean and works well :D |
You are right, I will edit the docs to include the links of the tools. Talking about the error you have is again my fault. Before doing |
Oh amazing thank you! It's a bit wierd, it does not seem to take effect, do I have to do something else?
|
I think you don't have to do nothing more. If you still have the same error I will try to build myself from linux. If that is the case I can upload the binaries to the releases section so you don't have to build. |
Thanks it would be great to have the linux binaries! I tried to install vite by hand with pnpm:
|
I managed to compile with linux installing all from scratch, the only error I got was because of the Go code related to keyboard but I managed to fix it. But I only have the amd64 bin, not the ARM (this crash due to assembly errors (: ) I will upload later, I have to make a release first because the Web client in production (release branch) right now is not up to date with the one binaries I am going to publish (of the main branch) |
Thanks for you help!
|
I have published the release, but I have found one thing, there is still an error with the Keyboard but on runtime. Another thing I have realised (and I want you to know that I am very sorry for it, because I didn't remember during this time) that in linux I didn't implement yet the gamepad. But good news, this week I have installed in my laptop a Linux OS so I can be focus on developing it. |
That's amazing news! Thanks for your work :D |
I pulled the last version, it complained about
So I installed it and now it tells this:
Do I need to install these packages? (I think I'm missing a lot of things because I'm on void linux, a distribution with the bare minimum installed) It would be great to add pkg-config (and maybe those packages if needed) to the docs along with the links to the dependencies/tools. |
I installed |
Very nice, I am happy that finally builds for you. Now that builds I will close the issue and the conversation about the implementation of the Gamepad functionality (that I have already started to do yesterday) will be moved to Linux support issue |
Okay great! |
While trying to build the project on linux I get an error:
I never used go so I may be missing some obvious thing but I did not find information on it.
I tested it in the browser with a friend, it works very well. Thanks for your work! (I wanted to install it on my pc to host because my friend has a worse connection than me so there was latency.)
The text was updated successfully, but these errors were encountered: