docs: update instructions for Ubuntu
This commit is contained in:
parent
ff5572f97d
commit
5cc6605186
11
README.md
11
README.md
|
|
@ -44,7 +44,14 @@ Dependencies: Embree 3.0+, TBB (TODO: version?), groff (for building manuals)
|
||||||
|
|
||||||
### Ubuntu
|
### Ubuntu
|
||||||
|
|
||||||
TODO: updated instructions
|
```
|
||||||
|
sudo apt install libembree-dev libtbb-dev groff cmake build-essential g++
|
||||||
|
git clone --recursive https://github.com/ericwa/ericw-tools
|
||||||
|
cd ericw-tools
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake ..
|
||||||
|
```
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
|
|
@ -54,6 +61,8 @@ TODO: updated instructions
|
||||||
|
|
||||||
```
|
```
|
||||||
brew install embree tbb
|
brew install embree tbb
|
||||||
|
git clone --recursive https://github.com/ericwa/ericw-tools
|
||||||
|
cd ericw-tools
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake .. -GXcode -DCMAKE_PREFIX_PATH="$(brew --prefix embree);$(brew --prefix tbb)"
|
cmake .. -GXcode -DCMAKE_PREFIX_PATH="$(brew --prefix embree);$(brew --prefix tbb)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue