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

File: [local] / OpenXM / src / oxmgraph / windows-ja.txt (download)

Revision 1.1, Tue Mar 17 17:04:14 2009 UTC (15 years, 1 month ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, HEAD

oxmgraph is ported to Windows.
See windows-ja.txt for detail.

# $OpenXM: OpenXM/src/oxmgraph/windows-ja.txt,v 1.1 2009/03/17 17:04:14 ohara Exp $

Windows版の作成方法

1.  Microsoft Windows SDK v6 をインストールする.
    (Visual Studio 2008 Professional ed. に付属しています)

    以下、c:/Program Files/Microsoft SDKs/Windows/v6.0A に
    インストールされたものとする.

2.  http://www.xmission.com/~nate/glut.html から
    glut-3.7.6-bin.zip をダウンロードし, 展開する.

    含まれていたファイルを次のように置く.
    glut.h -> c:/Program Files/Microsoft SDKs/Windows/v6.0A/include/gl/
    glut32.lib -> c:/Program Files/Microsoft SDKs/Windows/v6.0A/lib/
    glut32.dll -> c:/windows/system32/

3. ビルド
   nmake -f Makefile.vc

Good Luck!