1
- % Embree: High Performance Ray Tracing Kernels 2.17.2
1
+ % Embree: High Performance Ray Tracing Kernels 2.17.3
2
2
% Intel Corporation
3
3
4
4
Embree Overview
@@ -94,28 +94,28 @@ Windows Installer
94
94
-----------------
95
95
96
96
You can install the Embree library using the Windows MSI installer
97
- [ embree-2.17.2 -x64.msi] ( https://github.com/embree/embree/releases/download/v2.17.2 /embree-2.17.2 .x64.msi ) . This
97
+ [ embree-2.17.3 -x64.msi] ( https://github.com/embree/embree/releases/download/v2.17.3 /embree-2.17.3 .x64.msi ) . This
98
98
will install the 64-bit Embree version by default in `Program
99
- Files\Intel\Embree v2.17.2 x64`.
99
+ Files\Intel\Embree v2.17.3 x64`.
100
100
101
101
You have to set the path to the ` bin ` folders manually to your ` PATH `
102
102
environment variable for applications to find Embree.
103
103
104
104
To compile applications with Embree using CMake please have a look at
105
105
the find_embree tutorial. To compile this tutorial, you need to set
106
106
the ` embree_DIR ` CMake variable of this tutorial to `Program
107
- Files\Intel\Embree v2.17.2 x64`.
107
+ Files\Intel\Embree v2.17.3 x64`.
108
108
109
109
To uninstall Embree again open ` Programs and Features ` by clicking the
110
110
` Start button ` , clicking ` Control Panel ` , clicking ` Programs ` , and
111
111
then clicking ` Programs and Features ` . Select `Embree
112
- 2.17.2 x64` and uninstall it.
112
+ 2.17.3 x64` and uninstall it.
113
113
114
114
Windows ZIP File
115
115
-----------------
116
116
117
117
Embree is also delivered as a ZIP file
118
- [ embree-2.17.2 .x64.windows.zip] ( https://github.com/embree/embree/releases/download/v2.17.2 /embree-2.17.2 .x64.windows.zip ) . After
118
+ [ embree-2.17.3 .x64.windows.zip] ( https://github.com/embree/embree/releases/download/v2.17.3 /embree-2.17.3 .x64.windows.zip ) . After
119
119
unpacking this ZIP file you should set the path to the ` lib ` folder
120
120
manually to your ` PATH ` environment variable for applications to find
121
121
Embree. To compile applications with Embree you also have to set the
@@ -129,18 +129,18 @@ Linux RPMs
129
129
----------
130
130
131
131
Uncompress the 'tar.gz' file
132
- [ embree-2.17.2 .x86_64.rpm.tar.gz] ( https://github.com/embree/embree/releases/download/v2.17.2 /embree-2.17.2 .x86_64.rpm.tar.gz )
132
+ [ embree-2.17.3 .x86_64.rpm.tar.gz] ( https://github.com/embree/embree/releases/download/v2.17.3 /embree-2.17.3 .x86_64.rpm.tar.gz )
133
133
to
134
134
obtain the individual RPM files:
135
135
136
- tar xzf embree-2.17.2 .x86_64.rpm.tar.gz
136
+ tar xzf embree-2.17.3 .x86_64.rpm.tar.gz
137
137
138
138
To install the Embree using the RPM packages on your Linux system type
139
139
the following:
140
140
141
- sudo rpm --install embree-lib-2.17.2 -1.x86_64.rpm
142
- sudo rpm --install embree-devel-2.17.2 -1.noarch.rpm
143
- sudo rpm --install embree-examples-2.17.2 -1.x86_64.rpm
141
+ sudo rpm --install embree-lib-2.17.3 -1.x86_64.rpm
142
+ sudo rpm --install embree-devel-2.17.3 -1.noarch.rpm
143
+ sudo rpm --install embree-examples-2.17.3 -1.x86_64.rpm
144
144
145
145
You also have to install the Intel® Threading Building Blocks (TBB)
146
146
using ` yum ` :
@@ -152,13 +152,13 @@ filed into DEB files using the `alien` tool:
152
152
153
153
sudo apt-get install alien dpkg-dev debhelper build-essential
154
154
155
- sudo alien embree-lib-2.17.2 -1.x86_64.rpm
156
- sudo alien embree-devel-2.17.2 -1.noarch.rpm
157
- sudo alien embree-examples-2.17.2 -1.x86_64.rpm
155
+ sudo alien embree-lib-2.17.3 -1.x86_64.rpm
156
+ sudo alien embree-devel-2.17.3 -1.noarch.rpm
157
+ sudo alien embree-examples-2.17.3 -1.x86_64.rpm
158
158
159
- sudo dpkg -i embree-devel_2.17.2 -2_all.deb
160
- sudo dpkg -i embree-examples_2.17.2 -2_amd64.deb
161
- sudo dpkg -i embree-lib_2.17.2 -2_amd64.deb
159
+ sudo dpkg -i embree-devel_2.17.3 -2_all.deb
160
+ sudo dpkg -i embree-examples_2.17.3 -2_amd64.deb
161
+ sudo dpkg -i embree-lib_2.17.3 -2_amd64.deb
162
162
163
163
Also install the Intel® Threading Building Blocks (TBB) using ` apt-get ` :
164
164
@@ -184,21 +184,21 @@ the tutorials to start them.
184
184
185
185
To uninstall Embree again just execute the following:
186
186
187
- sudo rpm --erase embree-lib-2.17.2 -1.x86_64
188
- sudo rpm --erase embree-devel-2.17.2 -1.noarch
189
- sudo rpm --erase embree-examples-2.17.2 -1.x86_64
187
+ sudo rpm --erase embree-lib-2.17.3 -1.x86_64
188
+ sudo rpm --erase embree-devel-2.17.3 -1.noarch
189
+ sudo rpm --erase embree-examples-2.17.3 -1.x86_64
190
190
191
191
Linux tar.gz files
192
192
------------------
193
193
194
194
The Linux version of Embree is also delivered as a tar.gz file
195
- [ embree-2.17.2 .x86_64.linux.tar.gz] ( https://github.com/embree/embree/releases/download/v2.17.2 /embree-2.17.2 .x86_64.linux.tar.gz ) . Unpack
195
+ [ embree-2.17.3 .x86_64.linux.tar.gz] ( https://github.com/embree/embree/releases/download/v2.17.3 /embree-2.17.3 .x86_64.linux.tar.gz ) . Unpack
196
196
this file using ` tar ` and source the provided ` embree-vars.sh ` (if you
197
197
are using the bash shell) or ` embree-vars.csh ` (if you are using the
198
198
C shell) to setup the environment properly:
199
199
200
- tar xzf embree-2.17.2 .x64.linux.tar.gz
201
- source embree-2.17.2 .x64.linux/embree-vars.sh
200
+ tar xzf embree-2.17.3 .x64.linux.tar.gz
201
+ source embree-2.17.3 .x64.linux/embree-vars.sh
202
202
203
203
If you want to ship Embree with your application best use the Embree
204
204
version provided through the tar.gz file.
@@ -211,7 +211,7 @@ Mac OS X PKG Installer
211
211
212
212
To install the Embree library on your Mac OS X system use the
213
213
provided package installer inside
214
- [ embree-2.17.2 .x86_64.dmg] ( https://github.com/embree/embree/releases/download/v2.17.2 /embree-2.17.2 .x86_64.dmg ) . This
214
+ [ embree-2.17.3 .x86_64.dmg] ( https://github.com/embree/embree/releases/download/v2.17.3 /embree-2.17.3 .x86_64.dmg ) . This
215
215
will install Embree by default into ` /opt/local/lib ` and
216
216
` /opt/local/include ` directories. The Embree tutorials are installed
217
217
into the ` /Applications/Embree2 ` folder.
@@ -233,13 +233,13 @@ Mac OS X tar.gz file
233
233
---------------------
234
234
235
235
The Mac OS X version of Embree is also delivered as a tar.gz file
236
- [ embree-2.17.2 .x86_64.macosx.tar.gz] ( https://github.com/embree/embree/releases/download/v2.17.2 /embree-2.17.2 .x86_64.macosx.tar.gz ) . Unpack
236
+ [ embree-2.17.3 .x86_64.macosx.tar.gz] ( https://github.com/embree/embree/releases/download/v2.17.3 /embree-2.17.3 .x86_64.macosx.tar.gz ) . Unpack
237
237
this file using ` tar ` and source the provided ` embree-vars.sh ` (if you
238
238
are using the bash shell) or ` embree-vars.csh ` (if you are using the
239
239
C shell) to setup the environment properly:
240
240
241
- tar xzf embree-2.17.2 .x64.macosx.tar.gz
242
- source embree-2.17.2 .x64.macosx/embree-vars.sh
241
+ tar xzf embree-2.17.3 .x64.macosx.tar.gz
242
+ source embree-2.17.3 .x64.macosx/embree-vars.sh
243
243
244
244
If you want to ship Embree with your application please use the Embree
245
245
library of the provided tar.gz file. The library name of that Embree
0 commit comments