Difference between revisions of "Chai3D"

From RobolaboWiki
Jump to: navigation, search
(Created page with "__TOC__ <h1> Installation </h1> <h2> Download </h2> Download Chai3D from www.chai3d.com Uncompress it: <pre> tar -xvf chai3d-3.2.0-Makefiles.tar.gz </pre> Compile: <pr...")
 
 
Line 11: Line 11:
 
<pre> tar -xvf chai3d-3.2.0-Makefiles.tar.gz </pre>
 
<pre> tar -xvf chai3d-3.2.0-Makefiles.tar.gz </pre>
  
 +
<h2> Compilation </h2>
 +
 +
<h3> Dependencies </h3>
 +
 +
<pre>
 +
sudo apt-get install libasound2-dev libxcursor-dev libxrandr-dev libxinerama-dev libusb-1.0-0-dev
 +
</pre>
 +
 +
If some problems of dependencies try:
 +
 +
<pre>
 +
sudo apt-get install freeglut3 freeglut3-dev binutils-gold build-essentials
 +
</pre>
 +
 +
<h3> Compilation </h3>
 
Compile:
 
Compile:
  
 
<pre> make </pre>
 
<pre> make </pre>

Latest revision as of 21:17, 28 March 2017

Installation

Download

Download Chai3D from www.chai3d.com

Uncompress it:

 tar -xvf chai3d-3.2.0-Makefiles.tar.gz 

Compilation

Dependencies

 
sudo apt-get install libasound2-dev libxcursor-dev libxrandr-dev libxinerama-dev libusb-1.0-0-dev 

If some problems of dependencies try:

sudo apt-get install freeglut3 freeglut3-dev binutils-gold build-essentials

Compilation

Compile:

 make