#author("2024-09-02T03:29:56+00:00","default:iseki","iseki") ** Imprudence Viewer [#z37fe172] *** Links [#y5c38088] - Main: http://wiki.kokuaviewer.org/ - Compile: http://wiki.kokuaviewer.org/wiki/Imprudence:Compiling -- for Windows: http://wiki.kokuaviewer.org/wiki/Imprudence:Compiling/1.3/Windows ** Compile of Imprudence Viewer [#ud918df1] *** Needed Software [#u77bcb54] - VS2005 or 2008 - [[Quick Time SDK>http://developer.apple.com/quicktime/]] (need registration) - [[DirectX SDK>http://msdn.microsoft.com/en-us/directx/aa937788]] - [[CMake>http://www.cmake.org/]] (select "Add CMake to system PATH for ...") - [[Cygwin>http://www.cygwin.com/]] (with bison, flex and mt) - [[Windows SDK 6.1>http://www.microsoft.com/download/en/details.aspx?id=11310]] - [[ActivePython>http://www.activestate.com/activepython/downloads]] v2.4 2.5, 2.6, 2.7: -- v2.7以上をインストールした場合は linden\indra\cmake\Python.cmake を編集.以下を追加. [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.7\\InstallPath] [HKEY_CURRENT_USER\\SOFTWARE\\Python\\PythonCore\\2.7\\InstallPath] *** VS2005 [#a50d2aa4] + 2回目以降で,全てをやり直す場合は linden\indra\build-VC80 を削除する. + ビルド用ファイルの生成 cd linden\indra python develop.py -G VC80 configure -DPACKAGE:BOOL=ON ++ develop.py の起動で ''-DPACKAGE:BOOL=ON'' オプションを付けると,package ソリューションが追加されるとあるが,実際には追加されない. + double click linden\indra\build-VC80\''Imprudence.sln'' ++ Build で C2220 のエラーが出る場合は,警告レベルを下げる(コンパイルオプションの /WX を取る)か llui\lluistring.h をUTF-8(BOM付き)で保存し直す. + ソリューションエクスプローラーの ''imprudence-bin'' を 1クリックして,ビルドメニューから ''imprudence-bin'' のビルドを行う. + release ソリューションで VS外部からプログラムを実行するには,以下のフォルダを release フォルダにコピーする. ++ linden\indra\newview\app_settings (上書き) ++ linden\indra\newview\character ++ linden\indra\newview\fonts ++ linden\indra\newview\skins