ijprest / keyboard-layout-editor

Web application to enable the design & editing of keyboard layouts
http://www.keyboard-layout-editor.com/
Other
1.3k stars 241 forks source link

I'm a green hand. How to compile source code? #262

Closed Var-iazioni closed 5 years ago

Var-iazioni commented 5 years ago

I want to compile source code and run on my computer. I installed npm and required tools, try to run 'npm start' or other command, but it doesn't work. My OS is windows10. Do I have to install GNU make? HELP!

ijprest commented 5 years ago

Yes. Per the README, GNU make is required.

You can get pre-built Windows binaries from here: http://gnuwin32.sourceforge.net/packages/make.htm

It's just a single EXE; you can put it anywhere in your PATH.

Var-iazioni commented 5 years ago

Yes. Per the README, GNU make is required.

You can get pre-built Windows binaries from here: http://gnuwin32.sourceforge.net/packages/make.htm

It's just a single EXE; you can put it anywhere in your PATH.

Thank you very much!