How to compile?
#211
|
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? |
Answered by
dioptre
Oct 22, 2019
Replies: 6 comments
|
just run 'make' |
0 replies
|
Where? How? In what tool? Just "make" or make with some arguments? I am on Windows, do I need any prerequisites? |
0 replies
|
I used chocolatey to install "make" and I see this error: and also: |
0 replies
|
It is not. But can I have a question somewhere? |
0 replies
|
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. |
0 replies
|
StackOverflow.com ? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
just run 'make'