-
Notifications
You must be signed in to change notification settings - Fork 0
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
Need help doing the build #6
Comments
Hey @tmvalente ! Right now I don't have access to a linux machine so I haven't tried to build the app on it. Are you getting any errors when trying to build? There are some pre-requisites in order to build in either architecture. Here are the official docs on building for Linux, depending on your distribution. Make sure all that is installed before trying to build the Electron app. Once you have those, you should run Also, install any other dependencies that it may warn as being missing from your system. Let me know if the above helps you. |
Hi mstrlaw I installed the dependencies, I think none is missing but I can't tell for sure. The OS is Suse12. const { say } = require('cfonts') SyntaxError: Unexpected token { npm ERR! Linux 4.12.14-95.6-default npm ERR! Please include the following file with any support request: Any clues? Thank you |
Hey, So I got my hand on an clean Ubuntu 14.04 and managed to build the app with these steps below. Assuming you already have Node & npm installed, you'll still need to have 1 - run 2 - enter the electron directory (pixel_cube/electron/) and run 3 - now run If all goes accordingly, you should have a build/linux-unpacked directory. In it is the pixelcube executable. Click or run it with ./pixelcube and it should open the electron app. Let me know if this helps. Hopefully it'll be +/- the same approach for Suse. |
Good afternoon Funny that I started to try also on my Ubuntu before I saw your reply. npm ERR! [email protected] install: I did installed libbluetooth-dev (came with the dependency libbluetooth3)... |
Hello
I need help in doing the build for linux.
I can't go anywhere with https://github.com/mstrlaw/pixel_cube/blob/master/README.md
Thank you
TValente
The text was updated successfully, but these errors were encountered: