~ubuntu-branches/ubuntu/trusty/libqglviewer/trusty

« back to all changes in this revision

Viewing changes to doc/compilation.html

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2013-12-28 14:57:47 UTC
  • mfrom: (7.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20131228145747-qy7hqddvex3oti0c
Tags: 2.5.0-1
* [f80a053] Imported Upstream version 2.5.0
* [c07abbe] Use wrap-and-sort.
* [89d8250] Remove google adsense-scripts.
* [4224be5] Set Standards-Versions: 3.9.5. No changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
<ul>
78
78
        <li>Copy it in a shared standard library directory such as <code>C:\Windows\System32</code>,</li>
79
79
        <li>or copy it in each application's directory,</li>
80
 
        <li>or add the path to the dlls using <code>set PATH=%PATH%;C:\Users\...\libQGLViewer-2.4.0\QGLViewer\release</code></li>
 
80
        <li>or add the path to the dlls using <code>set PATH=%PATH%;C:\Users\...\libQGLViewer-2.5.0\QGLViewer\release</code></li>
81
81
</ul>
82
82
 
83
83
<!--
280
280
SOURCES = myViewer.cpp main.cpp
281
281
 
282
282
# Windows
283
 
INCLUDEPATH *= C:/Users/login/Documents/libQGLViewer-2.4.0
284
 
LIBS *= -LC:/Users/login/Documents/libQGLViewer-2.4.0/QGLViewer -lQGLViewer2
 
283
INCLUDEPATH *= C:/Users/login/Documents/libQGLViewer-2.5.0
 
284
LIBS *= -LC:/Users/login/Documents/libQGLViewer-2.5.0/QGLViewer -lQGLViewer2
285
285
 
286
286
# Linux
287
 
INCLUDEPATH *= /home/login/Documents/libQGLViewer-2.4.0
288
 
LIBS *= -L/home/login/libQGLViewer-2.4.0/QGLViewer -lQGLViewer
 
287
INCLUDEPATH *= /home/login/Documents/libQGLViewer-2.5.0
 
288
LIBS *= -L/home/login/libQGLViewer-2.5.0/QGLViewer -lQGLViewer
289
289
 
290
290
# Mac 
291
 
INCLUDEPATH *= /Users/login/Documents/libQGLViewer-2.4.0
 
291
INCLUDEPATH *= /Users/login/Documents/libQGLViewer-2.5.0
292
292
LIBS *= -F/Users/login/Library/Frameworks -framework QGLViewer
293
293
</pre>
294
294
 
342
342
<p>
343
343
  <a href="http://validator.w3.org/check/referer"><img src="images/xhtml.png" alt="Valid XHTML 1.0!" height="31" width="88"/></a>
344
344
  <a href="http://jigsaw.w3.org/css-validator/check/referer"><img src="images/css.gif" alt="Valid CSS!" width="88" height="31"/></a>
345
 
  <i>Last modified on Tuesday, May 28, 2013.</i>
 
345
  <i>Last modified on Thursday, December 19, 2013.</i>
346
346
</p>
347
347
    
348
348
</body>