mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-11 16:53:49 +00:00
Resolve ID: 3310609 - Add Info to README.txt
This commit is contained in:
parent
e5dca9f5e4
commit
784f34ad51
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<p>For platforms other than MS Windows, the provided <tt>Makefile</tt> is used.</p>
|
<p>For platforms other than MS Windows, the provided <tt>Makefile</tt> is used.</p>
|
||||||
|
|
||||||
<p>Command-line variables:</p>
|
<h4>Command-line variables</h4>
|
||||||
|
|
||||||
<table border=0 cellpadding=0 cellspacing=10>
|
<table border=0 cellpadding=0 cellspacing=10>
|
||||||
<tr><td valign=top><tt>SYSTEM</tt></td><td valign=top>auto</td>
|
<tr><td valign=top><tt>SYSTEM</tt></td><td valign=top>auto</td>
|
||||||
@ -19,7 +19,7 @@
|
|||||||
<td align=left>Base directory for installation.</td></tr>
|
<td align=left>Base directory for installation.</td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p>Make targets:</p>
|
<h4>Make targets</h4>
|
||||||
|
|
||||||
<table border=0 cellpadding=0 cellspacing=10>
|
<table border=0 cellpadding=0 cellspacing=10>
|
||||||
<tr><td valign=top><tt>all</tt></td><td>Build everything.</td><tr>
|
<tr><td valign=top><tt>all</tt></td><td>Build everything.</td><tr>
|
||||||
@ -33,3 +33,15 @@
|
|||||||
<tr><td valign=top><tt>install.bin</tt></td><td>Install <tt>glewinfo</tt> and <tt>visualinfo</tt> utilities.</td><tr>
|
<tr><td valign=top><tt>install.bin</tt></td><td>Install <tt>glewinfo</tt> and <tt>visualinfo</tt> utilities.</td><tr>
|
||||||
<tr><td valign=top><tt>uninstall</tt></td><td>Delete installed files.</td><tr>
|
<tr><td valign=top><tt>uninstall</tt></td><td>Delete installed files.</td><tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<h4>Requirements</h4>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>GNU make</li>
|
||||||
|
<li>perl</li>
|
||||||
|
<li>wget</li>
|
||||||
|
<li>GNU sed</li>
|
||||||
|
<li>gcc compiler</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
Ubuntu: <pre>sudo apt-get install Xmu-dev Xi-Dev</pre>
|
||||||
|
Loading…
Reference in New Issue
Block a user