Skip to content
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

How to run on Windows 10? #1

Closed
tuandesu opened this issue Jan 4, 2022 · 1 comment
Closed

How to run on Windows 10? #1

tuandesu opened this issue Jan 4, 2022 · 1 comment

Comments

@tuandesu
Copy link

tuandesu commented Jan 4, 2022

I installed GnuWin32 and MinGW on Windows, then run "make dev" command for backend --> it run OK.
But when I try with "make web" command for frontend, it shown err:

C:\Projects\Rust\rust_fullstack_exp\frontend>make web
'RUSTFLAGS' is not recognized as an internal or external command,
operable program or batch file.
make: *** [web] エラー 1

@zupzup
Copy link
Owner

zupzup commented Jan 4, 2022

Hello

The Makefile will only work on UNIX systems unfortunately.

However, you can try to just delete the RUSTFLAGS= part of the command in both make build and make web and see if it works, this is just an override, if you have any custom cargo flags set (e.g. for using lld)

@zupzup zupzup closed this as completed Sep 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants