If you need to recompile
- Enter the command
qmake -project QT+=opengl LIBS+=-lGLU
. - Enter the command
qmake
. - Enter the command
make
. - Enter the command
./A1_handout
to execute the program. If you want to execute the program directly - Enter the command
./A1_handout
.
如果需要重新编译
- 输入命令
qmake -project QT+=opengl LIBS+=-lGLU
。 - 输入命令
qmake
。 - 输入命令
make
。 - 输入命令
./A1_handout
以执行程序。 如果你想直接执行程序 - 输入命令
./A1_handout
。
If you need to recompile
- Enter the command
qmake -project QT+=opengl LIBS+=-lGLU
. - Enter the command
qmake
. - Enter the command
make
. - Enter the command
./A2_handout
to execute the program. If you want to execute the program directly - Enter the command
./A2_handout
.
如果需要重新编译
- 输入命令
qmake -project QT+=opengl LIBS+=-lGLU
。 - 输入命令
qmake
。 - 输入命令
make
。 - 输入命令
./A2_handout
以执行程序。 如果你想直接执行程序 - 输入命令
./A2_handout
。
If you need to recompile
- Enter the command
make clean
. - Enter the command
make
. - Enter the command
./A3_handout
to execute the program. If you want to execute the program directly - Enter the command
./A3_handout
.
如果需要重新编译
- 输入命令
make clean
。 - 输入命令
make
。 - 输入命令
./A3_handout
以执行程序。 如果你想直接执行程序 - 输入命令
./A3_handout
。