readme: update Ubuntu build command a bit

This commit is contained in:
Eric Wasylishen 2016-09-23 15:21:08 -06:00
parent 299e68e7e5
commit e1ad11b89d
1 changed files with 4 additions and 10 deletions

View File

@ -50,20 +50,14 @@ Tested on:
- OS X 10.11 / Xcode 7.3
- Windows 10 / Visual Studio 2013 Community
Typical build command:
```
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release
cpack .
```
### Ubuntu 14.04
### Ubuntu 14.04 x86_64
```
sudo apt-get install git cmake build-essential groff
git clone https://github.com/ericwa/tyrutils-ericw
cd tyrutils-ericw
mkdir build
cd build