How to setup and start ? #15
Unanswered
simulatorwinner
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
I don't know exactly what you mean by "I've setup completely with cmake", but after the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've git cloned, etc, etc. I've setup it completely with cmake, now I want to start the bot, how do I start it, and get it on my world with Lan, so I can watch it and on my other moniter I can see the bots view. How can I do that ?
I ran the cmd "g++ -o main main.cpp" in cmd prompt the main.cpp is from Hello World example, but I got Fatal error:
main.cpp:4:10: fatal error: botcraft/Game/InterfaceClient.hpp: No such file or directory
#include "botcraft/Game/InterfaceClient.hpp"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Beta Was this translation helpful? Give feedback.
All reactions