Commit Graph

52 Commits

Author SHA1 Message Date
Eism 09ec89d116 Fixed title and link for license 2023-11-15 10:41:57 +02:00
Bohdan Jóža 526644109e Adjust README Testing section 2023-06-22 12:27:46 +02:00
Justin Masayda 2957f2b686 Updated compilation instruction links 2023-03-17 08:05:38 -05:00
Casper Jeukendrup a11f4ce767 Update and clean up the app icons and file icons 2022-05-26 18:15:51 +03:00
vpereverzev ea02dfc3fb Updated main license file and readme 2021-04-16 13:52:13 +03:00
Peter Jonas 18f8578810 ONE BUILD SCRIPT TO RULE THEM ALL!
Adds a cross-platform script that automates the process of creating a
build directory and compiling MuseScore. Run the script like this:

    $ cmake -P build.cmake [args...]

This works in all shells on all platforms. Developers with a Unix-like
environment (including Git Bash on Windows) can also use:

    $ ./build.cmake [args...]

Build step arguments:

    clean       Delete the build directory.
    configure   Create a build directory and run CMake inside it.
    build       Compile code using the native build tool.
    install     Copy compiled files to final destinations.
    run         Run the installed program.

Each step implies all previous steps except 'clean' and 'run', which
are only performed when explictly requested. If no steps are given then
the configure, build, and install steps are performed by default.

All other arguments are passed to CMake during configuration.

Example command:

    $ cmake -P build.cmake -GNinja -DCMAKE_BUILD_TYPE=Debug
    $ cmake -P build.cmake -GNinja -DCMAKE_BUILD_TYPE=Debug run -F

This creates and installs a Debug build using the Ninja generator, and
then runs the compiled program with the -F option to perform a factory
reset, thereby ensuring it is in the initial state.

Overrides:

If you frequently need to build with non-default settings then you can
create a file build_overrides.cmake with all your personal settings to
avoid having to pass them in on the command line each time.

    # build_overrides.cmake example file

    set(ENV{QTDIR} "$ENV{HOME}/Qt/5.15.2/gcc_64")
    list(APPEND CONFIGURE_ARGS -GNinja -DCMAKE_BUILD_TYPE=Debug)

This file is ignored by Git to prevent it being shared with other
developers, but you could always copy another file into its place
(e.g. during a CI build on GitHub Actions).
2021-03-05 12:30:31 +02:00
Igor Korsukov 4c6dfd3df9 updated README 2021-01-26 23:19:47 +02:00
Aaron Cottle 4e79d313c7 fix README musescore logo 2020-12-02 21:34:55 +02:00
Igor Korsukov 36d6beca3f removed aeolus 2020-12-02 16:22:33 +02:00
Igor Korsukov 75b2ffd8af return ibcrashreporter-qt dir name 2020-10-30 12:07:52 +02:00
Joachim Schmitz 127e978ed5 Revert a change to ganalytics that causes issues on Mac
and give credit where credit is due (including a rename of the
directory).
Disable deprecation warnings for Apple too.
2020-10-12 09:18:12 +02:00
James Thistlewood f3330e438a add auto code formatting hook 2020-05-28 23:54:04 +01:00
Howard Chang cb71d1dede
update and perfect format for README.md 2019-12-19 23:03:34 +08:00
anatoly-os 8bf7242d64
Merge pull request #5387 from Jojo-Schmitz/readme-rtf2html
Update thirdparty section of README.md
2019-10-29 11:17:35 +02:00
Joachim Schmitz b007de77b6 Update thirdparty section of README.md
* add link to repo for rtf2html
* update link for ofqf
2019-10-16 10:44:31 +02:00
Howard Chang ae1d4a0ca6
revert unnecessary changes in #5375
"Music notation and composition software" should be in the next line after the MuseScore logo.
2019-10-16 00:02:38 +08:00
Andy Zhu 2359e491c5 Add link to license in README.md 2019-10-07 23:39:22 -04:00
Ben Pevsner 4782338ab0
fix travis ci readme badge 2019-02-12 07:15:39 -08:00
Dmitri Ovodok 396efac378 Update info on the used text diff library 2019-01-14 16:28:36 +03:00
James Thistlewood 8fb36d25e8 update readme with new, working link to automated tests in the handbook 2018-12-10 16:40:52 +00:00
Liam Rosenfeld 19f91ed92f A Few README Tweaks 2018-02-17 12:57:49 -05:00
lasconic c00d3331ee Add Appveyor badge to README 2018-01-04 16:52:52 +01:00
Liam Rosenfeld 0cee7bd1a1 A small readme change 2017-10-23 15:59:32 -04:00
lasconic b5f027afa7 remove oxygen theme 2017-08-17 22:08:09 +02:00
lasconic 6b6ac3b64d Changed travis-ci badge from png to svg 2017-07-24 18:53:25 +02:00
lasconic db224e2e99 update README 2017-04-21 10:02:53 +02:00
Maxwell Paul Brickner 18e554757b Updated older links to avoid redirects
I updated some older links to avoid redirects.

I also changed some links to use https instead of http.

^ _ ^
2017-04-14 21:32:08 -04:00
lasconic c779d8039b add description in README.md 2016-09-29 10:08:30 +02:00
lasconic a4f931241f Update README.md (Add link for mtest/README.md) 2016-04-21 14:10:03 +02:00
Joachim Schmitz e1991b7688 fix #106291: get rid of doxygen
also check for WebEngine and WebEngineWidgets only if not MINGW
2016-04-15 13:22:16 +02:00
Eric Fontaine e8effb94fd Fixed Doxyfiles & README.md, so make doxy builds.
Also updated/cleaned-up README.md build instructions.
2016-03-19 10:00:36 -04:00
lasconic ec482a2e73 add graphical assets 2015-03-21 10:21:22 +01:00
lasconic e176e255a2 disable Aeolus by default, keep it for reference only 2014-08-12 22:34:44 +02:00
Andrey M. Tokarev 558d8f0514 Add some notes about BeatRoot to MuseScore README file 2014-07-29 18:37:58 +04:00
lasconic 8108b0932d update README 2014-04-30 08:19:32 +02:00
lasconic 3494590fbe fix typo in README.md 2013-12-31 10:52:04 +01:00
lasconic a0106caaa2 merge README into README.md 2013-09-30 10:14:15 +02:00
lasconic e814969868 update README, add aeolus new website, add vtest description 2013-09-28 11:19:51 +02:00
lasconic 3324a6974d remove dead link from README 2013-08-13 16:38:48 +02:00
lasconic 4377b8161e update README 2013-07-12 09:06:50 +02:00
Thomas Bonte 61da09367f Update README.md 2013-01-24 15:08:09 +01:00
lasconic 452cba15d1 fix fonts directory description 2012-11-09 09:33:19 +01:00
lasconic 1f33406d3b fix README.md 2012-06-11 15:23:15 +02:00
Werner Schweer fd80d6e042 Merge branch 'master' of github.com:musescore/MuseScore
Conflicts:
	CMakeLists.txt
	README.md
2012-06-07 09:27:36 +02:00
lasconic ecabd2aa89 add build status in README.md 2012-06-06 16:23:03 +02:00
Werner Schweer ff4a00f975 remove zarchive, replace with qt implementation 2012-06-04 21:06:12 +02:00
Werner Schweer 7ed6c2969d remove zarchive, replace with qt implementation 2012-06-04 21:06:12 +02:00
lasconic 7394d08964 make README.md more beautiful for github 2012-05-28 11:04:58 +02:00
lasconic e406bbe7cc make README.md more beautiful for github 2012-05-28 11:04:58 +02:00
Werner Schweer 412ca45401 Initial commit 2012-05-26 14:49:10 +02:00