mirror of
				https://github.com/Perlmint/glew-cmake.git
				synced 2025-11-03 22:04:16 +00:00 
			
		
		
		
	Whitespace tidy-up for README.md
This commit is contained in:
		
							parent
							
								
									8368ad1c3e
								
							
						
					
					
						commit
						ce7bb5a8f0
					
				
							
								
								
									
										22
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										22
									
								
								README.md
									
									
									
									
									
								
							@ -17,7 +17,7 @@ https://github.com/nigels-com/glew
 | 
			
		||||
Current release is [2.1.0](https://sourceforge.net/projects/glew/files/glew/2.1.0/).
 | 
			
		||||
[(Change Log)](http://glew.sourceforge.net/log.html)
 | 
			
		||||
 | 
			
		||||
Sources available as 
 | 
			
		||||
Sources available as
 | 
			
		||||
[ZIP](https://sourceforge.net/projects/glew/files/glew/2.1.0/glew-2.1.0.zip/download) or
 | 
			
		||||
[TGZ](https://sourceforge.net/projects/glew/files/glew/2.1.0/glew-2.1.0.tgz/download).
 | 
			
		||||
 | 
			
		||||
@ -86,7 +86,7 @@ RedHat/CentOS/Fedora: `$ sudo yum install libXmu-devel libXi-devel libGL-devel c
 | 
			
		||||
##### Build
 | 
			
		||||
 | 
			
		||||
	$ cd build
 | 
			
		||||
	$ cmake ./cmake 
 | 
			
		||||
	$ cmake ./cmake
 | 
			
		||||
	$ make -j4
 | 
			
		||||
 | 
			
		||||
| Target     | Description |
 | 
			
		||||
@ -132,7 +132,7 @@ Available from [Msys2](http://msys2.github.io/) and/or [Mingw-w64](http://mingw-
 | 
			
		||||
 | 
			
		||||
Requirements: bash, make, gcc
 | 
			
		||||
 | 
			
		||||
	$ pacman -S gcc make  mingw-w64-i686-gcc mingw-w64-x86_64-gcc 
 | 
			
		||||
	$ pacman -S gcc make  mingw-w64-i686-gcc mingw-w64-x86_64-gcc
 | 
			
		||||
	$ make
 | 
			
		||||
	$ make install
 | 
			
		||||
	$ make install.all
 | 
			
		||||
@ -143,7 +143,7 @@ Alternative toolchain:  `SYSTEM=msys, SYSTEM=msys-win32, SYSTEM=msys-win64`
 | 
			
		||||
 | 
			
		||||
`glewinfo` is a command-line tool useful for inspecting the capabilities of an
 | 
			
		||||
OpenGL implementation and GLEW support for that.  Please include `glewinfo.txt`
 | 
			
		||||
with bug reports, as appropriate.	
 | 
			
		||||
with bug reports, as appropriate.
 | 
			
		||||
 | 
			
		||||
	---------------------------
 | 
			
		||||
	    GLEW Extension Info
 | 
			
		||||
@ -163,7 +163,7 @@ with bug reports, as appropriate.
 | 
			
		||||
	  glDrawRangeElements:                                         OK
 | 
			
		||||
	  glTexImage3D:                                                OK
 | 
			
		||||
	  glTexSubImage3D:                                             OK
 | 
			
		||||
	
 | 
			
		||||
 | 
			
		||||
	...
 | 
			
		||||
 | 
			
		||||
## Code Generation
 | 
			
		||||
@ -191,17 +191,17 @@ with bug fixes, new OpenGL extension support and new releases.
 | 
			
		||||
GLEW was developed by [Milan Ikits](http://www.cs.utah.edu/~ikits/)
 | 
			
		||||
and [Marcelo Magallon](http://wwwvis.informatik.uni-stuttgart.de/~magallon/).
 | 
			
		||||
Aaron Lefohn, Joe Kniss, and Chris Wyman were the first users and also
 | 
			
		||||
assisted with the design and debugging process.  
 | 
			
		||||
assisted with the design and debugging process.
 | 
			
		||||
 | 
			
		||||
The acronym GLEW originates from Aaron Lefohn.
 | 
			
		||||
Pasi Kärkkäinen identified and fixed several problems with
 | 
			
		||||
GLX and SDL.  Nate Robins created the `wglinfo` utility, to
 | 
			
		||||
which modifications were made by Michael Wimmer.  
 | 
			
		||||
which modifications were made by Michael Wimmer.
 | 
			
		||||
 | 
			
		||||
## Contributions
 | 
			
		||||
 | 
			
		||||
GLEW welcomes community contributions.  Typically these are co-ordinated
 | 
			
		||||
via [Issues](https://github.com/nigels-com/glew/issues) or 
 | 
			
		||||
via [Issues](https://github.com/nigels-com/glew/issues) or
 | 
			
		||||
[Pull Requests](https://github.com/nigels-com/glew/pulls) in the
 | 
			
		||||
GitHub web interface.
 | 
			
		||||
 | 
			
		||||
@ -216,10 +216,10 @@ version of GLEW, be sure to check if the issue or bug is fixed there.
 | 
			
		||||
## Copyright and Licensing
 | 
			
		||||
 | 
			
		||||
GLEW is originally derived from the EXTGL project by Lev Povalahev.
 | 
			
		||||
The source code is licensed under the 
 | 
			
		||||
[Modified BSD License](http://glew.sourceforge.net/glew.txt), the 
 | 
			
		||||
The source code is licensed under the
 | 
			
		||||
[Modified BSD License](http://glew.sourceforge.net/glew.txt), the
 | 
			
		||||
[Mesa 3-D License](http://glew.sourceforge.net/mesa.txt) (MIT) and the
 | 
			
		||||
[Khronos License](http://glew.sourceforge.net/khronos.txt) (MIT).
 | 
			
		||||
 | 
			
		||||
The automatic code generation scripts are released under the 
 | 
			
		||||
The automatic code generation scripts are released under the
 | 
			
		||||
[GNU GPL](http://glew.sourceforge.net/gpl.txt).
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user