IT-개발,DB
mac에서 sciter-sdk 설치하기
SB리치퍼슨
2020. 12. 24. 21:28
if you have following error message, go and download sciter-sdk [http://sciter.com/download/].
"[sciter-x-api.c] Unable to load library: dlopen(sciter-osx-64.dylib, 5): image not found"
And then, click and move to preference > language and framework > go > go modules.
Now, fill it up. environments : "DYLD_LIBRARY_PATH=/설치 경로/sciter-sdk/bin.osx"
intelliJ IDEA 나 vscode를 사용하신다면 환경변수 선언도 해주시기 바랍니다.
$ export "DYLD_LIBRARY_PATH=/설치 경로/sciter-sdk/bin.osx"
사용자의 .bash_profile 에 설정해 주시면 편리하구요.
그렇지 않으면 개발하기 전에 설정해주시고
$ echo $DYLD_LIBRARY_PATH
로 확인해주세요.
반응형