-
Notifications
You must be signed in to change notification settings - Fork 22
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
[Fedora] Build fails Xcopy command not found #107
Comments
xcopy seems Windows dependent. Maybe it is possible to implement fs.copy. |
yes, this is correct. |
@bosd The build is currently only validated on Windows. |
Maybe not the highest priority to make the build script platform independent. |
It is highly important that you do not "break" the development flow, we need to focus on this here: As for solving the xcopy issue, it is trivial, e.g. via this: https://stackoverflow.com/a/59823713/21521485 (but no one should work on the electron 6 version, when a electron 12 version is available) |
Describe the bug
Unable to build on Fedora Linux. Xcopy command not found.
The xcopy command is windows specific.
To Reproduce
Steps to reproduce the behavior:
cd Deepnest
sudo dnf groupinstall "Development Tools" "Development Libraries"
sudo dnf install make automake gcc gcc-c++ kernel-devel
npm install
npm run build
Expected behavior
Deepnest is able to build. (I know other platforms then windows are not yet supported)
Screenshots
Desktop (please complete the following information):
Additional context
Propably better to use some form of platform independent copy method.
The text was updated successfully, but these errors were encountered: