소스 검색

hint about skia lib path

mattias 1 년 전
부모
커밋
ab373c2daa
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -28,3 +28,9 @@ Physicist who made important contributions to the wave theory of light.
    This will ensure easy porting.
    This will ensure easy porting.
 - Different drawing backends must be possible.
 - Different drawing backends must be possible.
 
 
+## Skia:
+
+To use Skia4Delphi you must put the library into the library path:
+* Linux 64bit: export LD_LIBRARY_PATH=fresnel/bin/Binary/Shared/Linux64
+* Macos X64: export DYLD_LIBRARY_PATH=fresnel/bin/Binary/Shared/OSX64
+