Final Project ของวัลย์ทิพย์และพิชนิตา
รุ่นแก้ไขเมื่อ 04:54, 16 มิถุนายน 2552 โดย Cardcaptor (คุย | มีส่วนร่วม)
วิธีการลงซอฟต์แวร์ให้ทำงานได้
- ลง Visual Studio 2008 (เคยให้แล้ว)
- ลง GLUT
- ไปที่ http://www.xmission.com/~nate/glut.html
- ดาวน์โหลด glut-3.7.6-bin.zip
- ขยายไฟล์
- Extract ไฟล์ชื่อ glut32.dll ลงใน C:\Windows\System32
- ลงภาษา Python
- ดาวน์โหลด installer ต่างๆ จาก http://theory.cpe.ku.ac.th/~pramook/software/python26/
- Python 2.6.1: http://theory.cpe.ku.ac.th/~pramook/software/python26/python-2.6.1.msi
- PyOpenGL 3.0: http://theory.cpe.ku.ac.th/~pramook/software/python26/PyOpenGL-3.0.0.win32.exe
- PIL 1.1.6: http://theory.cpe.ku.ac.th/~pramook/software/python26/PIL-1.1.6.win32-py2.6.exe
- PyQt 4.4.4: http://theory.cpe.ku.ac.th/~pramook/software/python26/PyQt-Py2.6-gpl-4.4.4-2.exe
- ลงซอฟต์แวร์ทุกอย่างตามลำดับที่ดาวน์โหลดมาข้่างบนนี้
- แก้ไข environment variable ของเครื่องของตัวเอง
- ไป Control Panel
- เลือก System
- เลือก tab ชื่อ "Advanced"
- เลือกกดปุ่ม Environment Variables
- แ้ก้ตัวแปรชื่อ Path โดยเพิ่ม directory C:\Python26 กับ C:\Python26\scripts เข้าข้างท้าย (ต่อท้ายค่าของ Path ด้วย ";C:\Python26;C:\Python26\scripts")
- สร้างตัวแปรใหม่สองตัวโดยกดปุ่ม New
- ตัวแรกชื่อ PYTHON_INCLUDE ให้มันมีค่า C:\Python26\include
- ตัวที่สองชื่อ PYTHON_LIB ให้มันมีค่า C:\Python26\libs
- setuptools 0.6.9: http://theory.cpe.ku.ac.th/~pramook/software/python26/setuptools-0.6c9.tar.gz
- ดาวน์โหลด installer ต่างๆ จาก http://theory.cpe.ku.ac.th/~pramook/software/python26/