Skip to content

Support README build instructions on FreeBSD#17886

Merged
igorkorsukov merged 2 commits into
musescore:masterfrom
jsm222:bmake
Jun 7, 2023
Merged

Support README build instructions on FreeBSD#17886
igorkorsukov merged 2 commits into
musescore:masterfrom
jsm222:bmake

Conversation

@jsm222

@jsm222 jsm222 commented Jun 6, 2023

Copy link
Copy Markdown
Contributor
Rename files with spaces because bmake does
not understand escaped spaces.

And set MUE_BUILD_CRASHPAD_CLIENT to OFF on FreeBSD.

	Rename files with spaces because bmake does
	not understand escaped spaces.

	And set MUE_BUILD_CRASHPAD_CLIENT to OFF on FreeBSD.
Comment thread CMakeLists.txt Outdated
option(MUE_BUILD_CRASHPAD_CLIENT "Build crashpad client" ON)
set(MUE_CRASH_REPORT_URL "" CACHE STRING "URL where to send crash reports")
option(MUE_CRASHPAD_HANDLER_PATH "Path to custom crashpad_handler executable (optional)" "")
endif()

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do it here https://github.com/musescore/MuseScore/blob/master/SetupConfigure.cmake#L104
like:

if (OS_IS_FBSD)
    message(WARNING "...")
    set(MUE_BUILD_CRASHPAD_CLIENT OFF)
endif()

@igorkorsukov
igorkorsukov merged commit 3096e02 into musescore:master Jun 7, 2023
Jojo-Schmitz added a commit to Jojo-Schmitz/MuseScore that referenced this pull request Jun 7, 2023
Jojo-Schmitz added a commit to Jojo-Schmitz/MuseScore that referenced this pull request Jun 10, 2023
Jojo-Schmitz added a commit to Jojo-Schmitz/MuseScore that referenced this pull request Jun 16, 2023
Jojo-Schmitz added a commit to Jojo-Schmitz/MuseScore that referenced this pull request Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants