소스 검색

note about DYLIB and MacPorts

Erik Rodner 11 년 전
부모
커밋
62a6cb30b1
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      core/tutorial/doc/00_install.md

+ 6 - 0
core/tutorial/doc/00_install.md

@@ -32,6 +32,12 @@ And finally FreeGLUT (using _homebrew_):
 $ brew install freeglut
 ```
 
+Sometimes you also need to specify an external framework path (like for MacPorts and Lion)
+
+```
+$ export DYLD_FRAMEWORK_PATH=/opt/local/Library/Frameworks/
+```
+
 ## Preparing the file system
 Make a new working directory and clone the repository from GitHub: