Wiki home
Editing page "
cogl
"
Base on previous version:
0
-
285
-
328
-
356
-
377
-
395
-
407
-
1537
-
1618
-
1922
-
2054
-
2562
-
3401
-
4165
-
4870
-
4871
-
4872
-
4876
# Description from http://developer.gnome.org/cogl/stable/ch01.html#cogl-intro: # Cogl is a modern 3D graphics API with associated utility APIs designed to expose the features of 3D graphics hardware using a more object oriented design than OpenGL. The library has primarily been driven by the practical needs of Clutter but it is not tied to any one toolkit or even constrained to developing UI toolkits. # Note: depends on [pkg]mesa[/pkg] # Note: depends on [pkg]libXcomposite[/pkg] # Note: depends on [pkg]glib[/pkg] # Note: depends on [pkg]fontconfig[/pkg] # Note: depends on [pkg]freetype[/pkg] # Note: depends on [pkg]cairo[/pkg] (needs to be built with freetype-support) # Note: depends on [pkg]pango[/pkg] (needs to be built with cairo-support) # Note: depends on [pkg]libXrandr[/pkg] wget -c [link]http://ftp.gnome.org/pub/GNOME/sources/cogl/1.20/cogl-1.20.0.tar.xz[/link] tar -xJf cogl-1.20.0.tar.xz cd cogl-1.20.0 mkdir -p builddir cd builddir ../configure --prefix="/usr" make # Doesn't mind -j# make install
Change summary:
Tags allowed:
[pkg]name[/pkg]
Link to another package on the buildwiki by name
[link]URL[/link]
Link to an external page