windows.html 2.1 KB

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
  2. <html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>
  3. <head>
  4. <title>Windows-specific features - GTC documentation</title>
  5. <meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
  6. <link rel='stylesheet' type='text/css' href='layout/default.css' />
  7. </head>
  8. <body>
  9. <p><a href='index.html'>◄ Back to index</a></p>
  10. <div class='c0'>
  11. <h1>Windows-specific features</h1>
  12. <p><b>Warning</b>: the Windows version does not have a graphical interface yet, so
  13. you should only use it if you know how to run programs from the command line.</p>
  14. <div class='toc'><div class='toctop'><div class='tocbot'><div class='toc-content'>
  15. <b>Contents:</b><ul>
  16. <li><a href='#Getting.started.with.the.Windows.compiler'>Getting started with the Windows compiler</a></li>
  17. </ul>
  18. </div></div></div></div>
  19. <div class='c1'>
  20. <hr class='hr1' /><h1 class='heading'><a name='Getting.started.with.the.Windows.compiler'></a>Getting started with the Windows compiler</h1><div class='c1in'><hr class='hr1in' />
  21. <p><em>Legal notice: the<span class='widespace'>&#32;</span><code>Include</code><span class='widespace'>&#32;</span>directory is subject to the <a href='license-gpl2.html#GNU.General.Public.License'>GNU General Public License</a>, which grants you a number of rights. You may choose not to install it, but it will prevent you from using the TIGCC Library.</em></p>
  22. <p>To install GTC just extract<span class='widespace'>&#32;</span><code>gtc.exe</code><span class='widespace'>&#32;</span>and the<span class='widespace'>&#32;</span><code>Include</code><span class='widespace'>&#32;</span>directory to any
  23. directory. You should add that directory to your Windows path (Control Panel →
  24. System → Advanced → Environment Variables, and modify the PATH variable).</p>
  25. <p>Now you can invoke<span class='widespace'>&#32;</span><code>gtc</code><span class='widespace'>&#32;</span>on the command-line, for more information see <a href='cmdline.html#GTC.Command-line.options'>GTC
  26. Command-line options</a>.
  27. </div></div></p></div>
  28. </body>
  29. </html>