ScoreToMML 로컬 런처
로컬 런처는 Python 런타임을 포함한 Windows용 실행 파일입니다. 사용자는 Python을 따로 설치하지 않아도 됩니다.
사용 방법
- Windows 인스톨러 다운로드를 눌러 설치 파일(62MB)을 받습니다.
- 다운로드한
ScoreToMML-Setup-win64.exe를 실행합니다. - 설치가 끝나면 ScoreToMML이 자동으로 시작됩니다.
- 첫 실행 시 Java와 Audiveris가 없으면 자동으로 설치를 안내합니다.
- 다음부터는 웹 변환 화면에서 로컬 앱 열기 버튼을 누르면 됩니다.
포함되는 것과 포함되지 않는 것
- 포함: ScoreToMML 로컬 런처, Python 런타임, 브리지 서버 실행에 필요한 Python 패키지
- 미포함: Audiveris 본체
Audiveris는 AGPLv3 소프트웨어이므로 이 런처에 통째로 재배포하지 않습니다. 대신 런처가 Windows Package Manager로 공식 Audiveris 패키지 설치를 호출합니다. Windows가 설치 확인이나 관리자 권한 확인을 요구할 수 있습니다.
개발자용 빌드
개발자는 Windows에서 아래 명령으로 standalone 런처 zip을 만들 수 있습니다.
powershell -ExecutionPolicy Bypass -File tools/local_launcher/build_windows.ps1
ScoreToMML Local Launcher
The local launcher is a Windows executable that includes a Python runtime. You don't need to install Python separately.
How to use
- Click Download Windows installer to get the setup file (62MB).
- Run the downloaded
ScoreToMML-Setup-win64.exe. - Once installed, ScoreToMML starts automatically.
- On first run, if Java and Audiveris are missing, it guides you through installation automatically.
- From then on, just click the Open local app button on the web conversion screen.
What's included and what's not
- Included: ScoreToMML local launcher, Python runtime, Python packages needed to run the bridge server
- Not included: Audiveris itself
Because Audiveris is AGPLv3 software, it is not redistributed wholesale in this launcher. Instead, the launcher invokes the official Audiveris package install via Windows Package Manager. Windows may ask for install confirmation or administrator privileges.
Building (for developers)
Developers can build a standalone launcher zip on Windows with the command below.
powershell -ExecutionPolicy Bypass -File tools/local_launcher/build_windows.ps1