Changes between Version 12 and Version 13 of SageInstallation

Show
Ignore:
Timestamp:
02/01/12 13:44:43 (13 years ago)
Author:
ajaworski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SageInstallation

    v12 v13  
    124124 }}} 
    125125 where video_mode and video_input are numbers read in previous step 
     126 
     127=== OpenGL wrapper === 
     128 
     129OpenGL wrapper lets you send your OpenGL applications to wall without any changes in code. It is simply a library which overrides standard glutSwapBuffer implementation. To use it you have to: 
     1301. Enter app/gl directory 
     1311. Change name (or copy) desired Makefile.* to Makefile (according to architecture) 
     1321. ''make'' and ''sudo make install'' 
     1331. To run your application, enter: 
     134 {{{ 
     135GO* your_application 
     136 }}} 
     137 where ''GO*'' is one of ''GO'' scripts in gl directory 
     138 
    126139== Usage == 
    127140