설명 없음

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.