-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
36 lines (27 loc) · 965 Bytes
/
README
File metadata and controls
36 lines (27 loc) · 965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Testprogram for OpenGL-legacy with gtk2 for Linux, Microsoft-Msys2
- connect all callbacks (mouse, keyboard)
.........................................
Using Linux:
make -f test_gtk2gl.mak clean clean after changing OS
make -f test_gtk2gl.mak make excutable test_gtk2gl
./test_gtk2gl start exe
Prereqisites:
libgtk2.0-dev
libgtkgl2.0-dev
.........................................
Using Microsoft-Msys2:
make -f test_gtk2gl.mak clean clean after changing OS
make -f test_gtk2gl.mak make excutable test_gtk2gl.exe
./test_gtk2gl.exe start exe
Prereqisites:
mingw-w64-ucrt-x86_64-gcc
mingw-w64-ucrt-x86_64-make
mingw-w64-x86_64-gtk2
mingw-w64-x86_64-gtkglarea
.........................................
Files
test_gtk2gl.mak build test_gtk2gl[.exe]
test_gtk2gl executable Linux
test_gtk2gl.exe executable Msys2 or Microsoft-VC
test_gtk2gl.c main
# eof