docs: remove obsolete text in README.md
This commit is contained in:
parent
f6e34053fa
commit
5e61c17cc5
38
README.md
38
README.md
|
|
@ -9,7 +9,6 @@
|
||||||
- Author: Kevin Shanahan (AKA Tyrann)
|
- Author: Kevin Shanahan (AKA Tyrann)
|
||||||
- Email: tyrann@disenchant.net
|
- Email: tyrann@disenchant.net
|
||||||
|
|
||||||
[](https://travis-ci.org/ericwa/ericw-tools)
|
|
||||||
[](https://ci.appveyor.com/project/EricWasylishen/ericw-tools)
|
[](https://ci.appveyor.com/project/EricWasylishen/ericw-tools)
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
@ -41,42 +40,15 @@ source code.
|
||||||
|
|
||||||
## Compiling
|
## Compiling
|
||||||
|
|
||||||
Requires CMake 2.8, groff, and a compiler with C99 and C++11 support.
|
Dependencies: Embree 3.0+, TBB (TODO: version?), groff (for building manuals)
|
||||||
[Embree v2.10.0+](http://embree.github.io/) is required (sorry, no Embree 3.x support right now).
|
|
||||||
The Thread Building Blocks (tbb) library (Embree dependency) may be required.
|
|
||||||
|
|
||||||
Tested on:
|
### Ubuntu
|
||||||
- Ubuntu 14.04 / Clang 3.5.0
|
|
||||||
- Ubuntu 14.04 / gcc 4.8.4
|
|
||||||
- OS X 10.11 / Xcode 7.3
|
|
||||||
- Windows 10 / Visual Studio 2013, 2019 Community
|
|
||||||
|
|
||||||
### Ubuntu 14.04 x86_64
|
TODO: updated instructions
|
||||||
|
|
||||||
```
|
### Windows
|
||||||
sudo apt-get install git cmake build-essential groff
|
|
||||||
|
|
||||||
git clone https://github.com/ericwa/ericw-tools
|
TODO: updated instructions
|
||||||
cd ericw-tools
|
|
||||||
|
|
||||||
mkdir build
|
|
||||||
cd build
|
|
||||||
|
|
||||||
wget https://github.com/embree/embree/releases/download/v2.17.5/embree-2.17.5.x86_64.linux.tar.gz -O embree.tgz
|
|
||||||
tar xf embree.tgz
|
|
||||||
sudo apt-get install libtbb2
|
|
||||||
|
|
||||||
cmake .. -DCMAKE_BUILD_TYPE=Release -Dembree_DIR="$(pwd)/embree-2.17.5.x86_64.linux"
|
|
||||||
make -j8 VERBOSE=1
|
|
||||||
```
|
|
||||||
|
|
||||||
Executables will be located in:
|
|
||||||
|
|
||||||
- `ericw-tools/build/qbsp/qbsp`
|
|
||||||
- `ericw-tools/build/vis/vis`
|
|
||||||
- `ericw-tools/build/light/light`
|
|
||||||
- `ericw-tools/build/bspinfo/bspinfo`
|
|
||||||
- `ericw-tools/build/bsputil/bsputil`
|
|
||||||
|
|
||||||
### macOS 10.15
|
### macOS 10.15
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue