Levak / warfacebot

WarfaceBot, a headless XMPP client for Warface (FPS game)
GNU Affero General Public License v3.0
94 stars 73 forks source link

how to compile the program? #369

Closed Rustamom closed 5 years ago

Rustamom commented 5 years ago

I am trying to compile warfacebot via cygwin, but for some reason it fails. What am I doing wrong?

image image

Levak commented 5 years ago

What am I doing wrong?

You are lacking basic understanding of the command line functions. For that, I cannot help. "cd" means "change directory" "make" is a program that reads "Makefile" and executes the commands in it.

The README file details steps to follow. Your screenshots show that you are copy pasting them without understanding what they do. That's not how you should proceed.

Izvinite.

Rustamom commented 5 years ago

Thanks! I’ll go to understand