Skip to content
Snippets Groups Projects
Commit 1c5ecf00 authored by Peter Gerwinski's avatar Peter Gerwinski
Browse files

egal.txt: Fehler behoben (opengl-magic.c)

parent c9650043
Branches
No related tags found
No related merge requests found
GNU/Linux GNU/Linux
~~~~~~~~~ ~~~~~~~~~
Compilieren: gcc -Wall -O cube-3c.c opengl-magic-double.c \ Compilieren: gcc -Wall -O cube-3c.c opengl-magic.c \
-lGL -lGLU -lglut -o cube-3c -lGL -lGLU -lglut -o cube-3c
Aufrufen: ./cube-3c Aufrufen: ./cube-3c
MacOS MacOS
~~~~~ ~~~~~
Compilieren: gcc -Wall -O cube-3c.c opengl-magic-double.c \ Compilieren: gcc -Wall -O cube-3c.c opengl-magic.c \
-framework OpenGL -framework GLUT -o cube-3c -framework OpenGL -framework GLUT -o cube-3c
Aufrufen: ./cube-3c Aufrufen: ./cube-3c
Cygwin mit X11 Cygwin mit X11
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
Compilieren: gcc -Wall -O cube-3c.c opengl-magic-double.c \ Compilieren: gcc -Wall -O cube-3c.c opengl-magic.c \
-lGL -lGLU -lglut -o cube-3c -lGL -lGLU -lglut -o cube-3c
Aufrufen: DISPLAY=:0.0 ./cube-3c Aufrufen: DISPLAY=:0.0 ./cube-3c
oder: oder:
...@@ -25,13 +25,13 @@ Vorher einmalig: X-Server starten ...@@ -25,13 +25,13 @@ Vorher einmalig: X-Server starten
Cygwin ohne X11 Cygwin ohne X11
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
Compilieren: i686-pc-mingw32-gcc -I freeglut/include -L freeglut/lib \ Compilieren: i686-pc-mingw32-gcc -I freeglut/include -L freeglut/lib \
-Wall -O cube-3c.c opengl-magic-double.c \ -Wall -O cube-3c.c opengl-magic.c \
-lOpenGL32 -lGLU32 -lfreeglut -o cube-3c -lOpenGL32 -lGLU32 -lfreeglut -o cube-3c
Aufrufen: ./cube-3c Aufrufen: ./cube-3c
MinGW ohne X11 MinGW ohne X11
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
Compilieren: gcc -I freeglut/include -L freeglut/lib \ Compilieren: gcc -I freeglut/include -L freeglut/lib \
-Wall -O cube-3c.c opengl-magic-double.c \ -Wall -O cube-3c.c opengl-magic.c \
-lOpenGL32 -lGLU32 -lfreeglut -o cube-3c -lOpenGL32 -lGLU32 -lfreeglut -o cube-3c
Aufrufen: ./cube-3c Aufrufen: ./cube-3c
GNU/Linux GNU/Linux
~~~~~~~~~ ~~~~~~~~~
Compilieren: gcc -Wall -O cube-3c.c opengl-magic-double.c \ Compilieren: gcc -Wall -O cube-3c.c opengl-magic.c \
-lGL -lGLU -lglut -o cube-3c -lGL -lGLU -lglut -o cube-3c
Aufrufen: ./cube-3c Aufrufen: ./cube-3c
MacOS MacOS
~~~~~ ~~~~~
Compilieren: gcc -Wall -O cube-3c.c opengl-magic-double.c \ Compilieren: gcc -Wall -O cube-3c.c opengl-magic.c \
-framework OpenGL -framework GLUT -o cube-3c -framework OpenGL -framework GLUT -o cube-3c
Aufrufen: ./cube-3c Aufrufen: ./cube-3c
Cygwin mit X11 Cygwin mit X11
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
Compilieren: gcc -Wall -O cube-3c.c opengl-magic-double.c \ Compilieren: gcc -Wall -O cube-3c.c opengl-magic.c \
-lGL -lGLU -lglut -o cube-3c -lGL -lGLU -lglut -o cube-3c
Aufrufen: DISPLAY=:0.0 ./cube-3c Aufrufen: DISPLAY=:0.0 ./cube-3c
oder: oder:
...@@ -25,13 +25,13 @@ Vorher einmalig: X-Server starten ...@@ -25,13 +25,13 @@ Vorher einmalig: X-Server starten
Cygwin ohne X11 Cygwin ohne X11
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
Compilieren: i686-pc-mingw32-gcc -I freeglut/include -L freeglut/lib \ Compilieren: i686-pc-mingw32-gcc -I freeglut/include -L freeglut/lib \
-Wall -O cube-3c.c opengl-magic-double.c \ -Wall -O cube-3c.c opengl-magic.c \
-lOpenGL32 -lGLU32 -lfreeglut -o cube-3c -lOpenGL32 -lGLU32 -lfreeglut -o cube-3c
Aufrufen: ./cube-3c Aufrufen: ./cube-3c
MinGW ohne X11 MinGW ohne X11
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
Compilieren: gcc -I freeglut/include -L freeglut/lib \ Compilieren: gcc -I freeglut/include -L freeglut/lib \
-Wall -O cube-3c.c opengl-magic-double.c \ -Wall -O cube-3c.c opengl-magic.c \
-lOpenGL32 -lGLU32 -lfreeglut -o cube-3c -lOpenGL32 -lGLU32 -lfreeglut -o cube-3c
Aufrufen: ./cube-3c Aufrufen: ./cube-3c
GNU/Linux GNU/Linux
~~~~~~~~~ ~~~~~~~~~
Compilieren: gcc -Wall -O cube-3c.c opengl-magic-double.c \ Compilieren: gcc -Wall -O cube-3c.c opengl-magic.c \
-lGL -lGLU -lglut -o cube-3c -lGL -lGLU -lglut -o cube-3c
Aufrufen: ./cube-3c Aufrufen: ./cube-3c
MacOS MacOS
~~~~~ ~~~~~
Compilieren: gcc -Wall -O cube-3c.c opengl-magic-double.c \ Compilieren: gcc -Wall -O cube-3c.c opengl-magic.c \
-framework OpenGL -framework GLUT -o cube-3c -framework OpenGL -framework GLUT -o cube-3c
Aufrufen: ./cube-3c Aufrufen: ./cube-3c
Cygwin mit X11 Cygwin mit X11
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
Compilieren: gcc -Wall -O cube-3c.c opengl-magic-double.c \ Compilieren: gcc -Wall -O cube-3c.c opengl-magic.c \
-lGL -lGLU -lglut -o cube-3c -lGL -lGLU -lglut -o cube-3c
Aufrufen: DISPLAY=:0.0 ./cube-3c Aufrufen: DISPLAY=:0.0 ./cube-3c
oder: oder:
...@@ -25,13 +25,13 @@ Vorher einmalig: X-Server starten ...@@ -25,13 +25,13 @@ Vorher einmalig: X-Server starten
Cygwin ohne X11 Cygwin ohne X11
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
Compilieren: i686-pc-mingw32-gcc -I freeglut/include -L freeglut/lib \ Compilieren: i686-pc-mingw32-gcc -I freeglut/include -L freeglut/lib \
-Wall -O cube-3c.c opengl-magic-double.c \ -Wall -O cube-3c.c opengl-magic.c \
-lOpenGL32 -lGLU32 -lfreeglut -o cube-3c -lOpenGL32 -lGLU32 -lfreeglut -o cube-3c
Aufrufen: ./cube-3c Aufrufen: ./cube-3c
MinGW ohne X11 MinGW ohne X11
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
Compilieren: gcc -I freeglut/include -L freeglut/lib \ Compilieren: gcc -I freeglut/include -L freeglut/lib \
-Wall -O cube-3c.c opengl-magic-double.c \ -Wall -O cube-3c.c opengl-magic.c \
-lOpenGL32 -lGLU32 -lfreeglut -o cube-3c -lOpenGL32 -lGLU32 -lfreeglut -o cube-3c
Aufrufen: ./cube-3c Aufrufen: ./cube-3c
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment