You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/thorvg/thorvg.git
cd thorvg
# MSYS2 MinGW64 환경에 설치되도록 prefix를 /mingw64로 지정# (지정하지 않으면 기본 prefix(/usr/local)에 설치되어 pkg-config가 못 찾는 경우가 있습니다)
meson setup builddir --prefix=/mingw64
ninja -C builddir install
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
1. 사전 준비물
2. MSYS2로 툴체인 준비
MSYS2 설치 후 시작 메뉴에서 "MSYS2 MinGW64" 셸을 실행
설치 후 버전 확인:
4. ThorVG Example 클론 & 빌드
git clone https://github.com/thorvg/thorvg.example.git cd thorvg.example meson setup builddir ninja -C builddir5. 예제 실행으로 환경 검증
All reactions