-
I want to make some changes in C++ source code for my own needs only. How can I compile a solution? I tried to use node-gyp add bindings and configuration but it says "can't include file App.h, no such a file" Or should I even use node-gyp? Or do I need to add files somewhere/somehow? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
just run 'make' |
Beta Was this translation helpful? Give feedback.
-
Where? How? In what tool? Just "make" or make with some arguments? I am on Windows, do I need any prerequisites? |
Beta Was this translation helpful? Give feedback.
-
I used chocolatey to install "make" and I see this error:
and also:
|
Beta Was this translation helpful? Give feedback.
-
It is not. But can I have a question somewhere? |
Beta Was this translation helpful? Give feedback.
-
Is somewhere a proper place where could I get an answer? Because I couldn't find anything here although this project is very well commented and has good documentation. |
Beta Was this translation helpful? Give feedback.
-
StackOverflow.com ? |
Beta Was this translation helpful? Give feedback.
just run 'make'