Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 385 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 385 Bytes

touhou-music-demo

SFML based touhou music demo program

Compile under linux:

You need the folowing libraries:

  • libsfml-2.1
  • sndfile

Clone the repository

# git clone 'https://github.com/dsonck92/touhou-music-demo.git'

Init the repository

# ./init-repository.sh

Run CMake:

# cmake .

in the directory and then

# make