kidrigger/godot-video-reference

The guide in README is wrong

Opened this issue · 3 comments

LSDog commented

scons target=editor generate_bindings=yes

I think this line should be
scons target=template_debug generate_bindings=yes dev_build=yes
which can generate the right file.
(For me it is libgodot-cpp.windows.template_debug.dev.x86_64.lib)

scons target=editor generate_bindings=yes

I think this line should be scons target=template_debug generate_bindings=yes dev_build=yes which can generate the right file. (For me it is libgodot-cpp.windows.template_debug.dev.x86_64.lib)

Hi, Are you using a windows system? Did you build successfully? I can't build, he has an error, no prompt. I use mingw.

LSDog commented

scons target=editor generate_bindings=yes

I think this line should be scons target=template_debug generate_bindings=yes dev_build=yes which can generate the right file. (For me it is libgodot-cpp.windows.template_debug.dev.x86_64.lib)

Hi, Are you using a windows system? Did you build successfully? I can't build, he has an error, no prompt. I use mingw.

我弄的时候看报错然后边搜边改 SConstruct 的代码修了半天才能正常构建,但是很可惜我最后都给删了。。祝你好运吧

In windows use MSVC, default SConstruct can build.
But you need to look godot-cpp command, The README.md is outdated.