[BACK]Return to windows-ja.txt CVS log [TXT][DIR] Up to [local] / OpenXM / src / oxmgraph

Annotation of OpenXM/src/oxmgraph/windows-ja.txt, Revision 1.1

1.1     ! ohara       1: # $OpenXM$
        !             2:
        !             3: Windows版の作成方法
        !             4:
        !             5: 1.  Microsoft Windows SDK v6 をインストールする.
        !             6:     (Visual Studio 2008 Professional ed. に付属しています)
        !             7:
        !             8:     以下、c:/Program Files/Microsoft SDKs/Windows/v6.0A に
        !             9:     インストールされたものとする.
        !            10:
        !            11: 2.  http://www.xmission.com/~nate/glut.html から
        !            12:     glut-3.7.6-bin.zip をダウンロードし, 展開する.
        !            13:
        !            14:     含まれていたファイルを次のように置く.
        !            15:     glut.h -> c:/Program Files/Microsoft SDKs/Windows/v6.0A/include/gl/
        !            16:     glut32.lib -> c:/Program Files/Microsoft SDKs/Windows/v6.0A/lib/
        !            17:     glut32.dll -> c:/windows/system32/
        !            18:
        !            19: 3. ビルド
        !            20:    nmake -f Makefile.vc
        !            21:
        !            22: Good Luck!

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>