1
0

Няма описание

kiwec 94469b363b Set process priority to high by default преди 4 месеца
libraries 8dc9188f86 Build on Windows преди 4 месеца
resources 4cad7da02e Merge McEngine and McOsu + simplify build system преди 4 месеца
src 94469b363b Set process priority to high by default преди 4 месеца
.editorconfig 135ef06a96 Create .editorconfig преди 2 години
.gitignore 4cad7da02e Merge McEngine and McOsu + simplify build system преди 4 месеца
LICENSE a42bd151c2 Initial commit преди 8 години
Makefile b43c65eca5 Use std::string for file paths преди 4 месеца
README.md 8dc9188f86 Build on Windows преди 4 месеца
build.bat 0136d8f2b5 Get rid of remaining replaybugs преди 4 месеца

README.md

Multiplayer McOsu

This is a third-party fork of McOsu, unsupported by McKay.

If you need help, contact kiwec on Discord, either by direct message or via his server.

Building (windows)

Required dependencies:

Once those are installed, just run build.bat.

Building (linux)

Required dependencies:

  • bass
  • bass_fx
  • blkid
  • freetype2
  • glew
  • libenet
  • libjpeg
  • liblzma
  • OpenCL
  • xi
  • zlib

Once those are installed, just run make -j8.