Skip to content

louiz/batajelo

================= Dependencies

To build batajelo, please install the dependencies specified in the install.* files.

The following libraries, that may or may not be packaged for your system, are also required:

================= CMake

To configure the project, check for dependencies and create the Makefile, you need cmake, and use it like this:

$ cmake .

To compile only the server (for example if you want to run batajelo_server on a server, without having to install the graphical dependencies), run

$ cmake . -DBUILD_CLIENT=false

You can also only build the client if you want, but this doesn’t avoid any dependency, it just avoid compiling a few files.

$ cmake . -DBUILD_SERVER=false

Once this is done, with no error, you can compile the project:

$ make

About

Online 2D RTS

Resources

License

Unknown and 4 other licenses found

Licenses found

Unknown
LICENSE
BSL-1.0
LICENSE.BOOST
Unknown
LICENSE.BSD
MIT
LICENSE.MIT
Zlib
LICENSE.ZLIB

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •