Skip to content
BrownianNotion edited this page May 2, 2024 · 3 revisions

To run the suite of unit tests, navigate to the relevant build folder and run ctest. For example

cmake -P build.cmake test
cd builds/Linux-Qt6.2.4-gcc_64-Make-Testing
ctest --output-on-failure

Testing

Translation

Compilation

  1. Set up developer environment
  2. Install Qt and Qt Creator
  3. Get MuseScore's source code
  4. Install dependencies
  5. Compile on the command line
  6. Compile in Qt Creator

Beyond compiling

  1. Find your way around the code
  2. Submit a Pull Request
  3. Fix the CI checks

Misc. development

Architecture general

Audio

Engraving

Extensions

Google Summer of Code

References

Clone this wiki locally