From 5cc6605186894e2ea64364bb6c73c8b0781c72da Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Thu, 5 Aug 2021 18:53:12 -0600 Subject: [PATCH] docs: update instructions for Ubuntu --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e22496bd..f894a668 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,14 @@ Dependencies: Embree 3.0+, TBB (TODO: version?), groff (for building manuals) ### 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 @@ -54,6 +61,8 @@ TODO: updated instructions ``` brew install embree tbb +git clone --recursive https://github.com/ericwa/ericw-tools +cd ericw-tools mkdir build cd build cmake .. -GXcode -DCMAKE_PREFIX_PATH="$(brew --prefix embree);$(brew --prefix tbb)"