install

来自「一些OpenGL的开发实例」· 代码 · 共 32 行

TXT
32
字号
Basic Installation
==================

Unix/X11:

The simplest way to compile this package is:

  1. 'cd' to the directory containing the package's source code and type
     'qmake lesson01.pro' to generate the makefile for your system.

  2. Type 'make' to compile the package.

  3. Type './lesson01' to run the application.

MS/Windows:

The simplest way to compile this package is:

  1. 'cd' to the directory containing the package's source code and type
     `qmake lesson01.pro' to generate the makefile for your system.

  2. Type 'nmake' to compile the package.

  3. Type 'lesson01.exe' to run the application.

Aother way to compile this package is:

  1. 'cd' to the directory containing the package's source code and type
     `qmake -t vcapp -o lesson01.dsp lesson01.pro' to generate the .dsp file for your system.

  2. Use Microsoft Visual Studio 6.0 to open the project with lesson01.dsp and compile, run, debug the application in it.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?