You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also install the Intel® Threading Building Blocks (TBB) using `apt-get`:
154
156
@@ -174,20 +176,20 @@ the tutorials to start them.
174
176
175
177
To uninstall Embree, just execute the following:
176
178
177
-
sudo rpm --erase embree3-lib-3.2.3-1.x86_64
178
-
sudo rpm --erase embree3-devel-3.2.3-1.noarch
179
-
sudo rpm --erase embree3-examples-3.2.3-1.x86_64
179
+
sudo rpm --erase embree3-lib-3.2.4-1.x86_64
180
+
sudo rpm --erase embree3-devel-3.2.4-1.noarch
181
+
sudo rpm --erase embree3-examples-3.2.4-1.x86_64
180
182
181
183
Linux tar.gz Files
182
184
------------------
183
185
184
186
The Linux version of Embree is also delivered as a `tar.gz` file:
185
-
[embree-3.2.3.x86_64.linux.tar.gz](https://github.com/embree/embree/releases/download/v3.2.3/embree-3.2.3.x86_64.linux.tar.gz). Unpack this file using `tar` and source the provided `embree-vars.sh` (if you
187
+
[embree-3.2.4.x86_64.linux.tar.gz](https://github.com/embree/embree/releases/download/v3.2.4/embree-3.2.4.x86_64.linux.tar.gz). Unpack this file using `tar` and source the provided `embree-vars.sh` (if you
186
188
are using the bash shell) or `embree-vars.csh` (if you are using the
187
189
C shell) to set up the environment properly:
188
190
189
-
tar xzf embree-3.2.3.x86_64.linux.tar.gz
190
-
source embree-3.2.3.x86_64.linux/embree-vars.sh
191
+
tar xzf embree-3.2.4.x86_64.linux.tar.gz
192
+
source embree-3.2.4.x86_64.linux/embree-vars.sh
191
193
192
194
If you want to ship Embree with your application, best use the Embree
193
195
version provided in the `tar.gz` file.
@@ -200,7 +202,7 @@ macOS PKG Installer
200
202
201
203
To install the Embree library on your macOS system use the
202
204
provided package installer inside
203
-
[embree-3.2.3.x86_64.dmg](https://github.com/embree/embree/releases/download/v3.2.3/embree-3.2.3.x86_64.dmg). This
205
+
[embree-3.2.4.x86_64.dmg](https://github.com/embree/embree/releases/download/v3.2.4/embree-3.2.4.x86_64.dmg). This
204
206
will install Embree by default into `/opt/local/lib` and
205
207
`/opt/local/include` directories. The Embree tutorials are installed
206
208
into the `/Applications/Embree3` directory.
@@ -222,12 +224,12 @@ macOS tar.gz file
222
224
-----------------
223
225
224
226
The macOS version of Embree is also delivered as a `tar.gz` file:
225
-
[embree-3.2.3.x86_64.macosx.tar.gz](https://github.com/embree/embree/releases/download/v3.2.3/embree-3.2.3.x86_64.macosx.tar.gz). Unpack this file using `tar` and source the provided `embree-vars.sh` (if you
227
+
[embree-3.2.4.x86_64.macosx.tar.gz](https://github.com/embree/embree/releases/download/v3.2.4/embree-3.2.4.x86_64.macosx.tar.gz). Unpack this file using `tar` and source the provided `embree-vars.sh` (if you
226
228
are using the bash shell) or `embree-vars.csh` (if you are using the
227
229
C shell) to set up the environment properly:
228
230
229
-
tar xzf embree-3.2.3.x64.macosx.tar.gz
230
-
source embree-3.2.3.x64.macosx/embree-vars.sh
231
+
tar xzf embree-3.2.4.x64.macosx.tar.gz
232
+
source embree-3.2.4.x64.macosx/embree-vars.sh
231
233
232
234
If you want to ship Embree with your application, please use the Embree
233
235
library of the provided `tar.gz` file. The library name of that Embree
Copy file name to clipboardExpand all lines: doc/src/install.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Windows MSI Installer
5
5
---------------------
6
6
7
7
You can install the Embree library using the Windows MSI installer
8
-
[embree-<EMBREE_VERSION>-x64.msi](https://github.com/embree/embree/releases/download/v<EMBREE_VERSION>/embree-<EMBREE_VERSION>.x64.msi). This
8
+
[embree-<EMBREE_VERSION>-x64.vs12.msi](https://github.com/embree/embree/releases/download/v<EMBREE_VERSION>/embree-<EMBREE_VERSION>.x64.vs12.msi). This
9
9
will install the 64-bit Embree version by default in `Program
10
10
Files\Intel\Embree v<EMBREE_VERSION> x64`.
11
11
@@ -25,13 +25,15 @@ then clicking `Programs and Features`. Select `Embree
25
25
Windows ZIP File
26
26
-----------------
27
27
28
-
Embree is also delivered as a ZIP file
29
-
[embree-<EMBREE_VERSION>.x64.windows.zip](https://github.com/embree/embree/releases/download/v<EMBREE_VERSION>/embree-<EMBREE_VERSION>.x64.windows.zip). After
30
-
unpacking this ZIP file, you should set the path to the `lib` folder
31
-
manually to your `PATH` environment variable for applications to find
32
-
Embree. To compile applications with Embree, you also have to set the
33
-
`Include Directories` path in Visual Studio to the `include` folder of
0 commit comments