전체 글
-
SDL - Setting Up for Visual Studio 2008게임엔진/SDL 2011. 7. 19. 19:19
1. 다운로드 ( http://www.libsdl.org/download-1.2.php ) - Runtime Libraries ( http://www.libsdl.org/release/SDL-1.2.14-win32.zip ) - Development Libraries ( http://www.libsdl.org/release/SDL-devel-1.2.14-VC8.zip ) 2. Visual Studio 2008 환경 설정 3. 프로젝트 생성 - Win32 Application 으로 생성 - SDL.lib , SDLmain.lib - 빌드 후 실행
-
SDL - Setting Up for XCode게임엔진/SDL 2011. 7. 19. 17:57
1. 다운로드 ( http://www.libsdl.org/download-1.2.php ) - Runtime Libraries ( http://www.libsdl.org/release/SDL-1.2.14.dmg ) - Development Libraries ( http://www.libsdl.org/release/SDL-devel-1.2.14-extras.dmg ) - 혹시 모를 필요를 위해 관련파일을 저장해 둔다. 2. SDL.framework 설치 - 원본은 SDL-1.2.14.dmg 가 마운트된 폴더 내에 있다. - "/라이브러리/Frameworks/" 폴더 아래에 복사하기 3. XCode 템플릿 설치 - 원본은 SDL-devel-1.2.14-extras.dmg 가 마운트된 폴더 내에 있다. - "..
-