Skip to content

Commit

Permalink
Updated the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mikoro committed May 12, 2016
1 parent 8cb204f commit a707e67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
4 changes: 0 additions & 4 deletions build.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Download the sources and run the commands from a corresponding developer console
export CXX=<compiler>
make -j4
```
- Copy test scene data to the bin/data directory (download link below)
- Run:
```
cd bin && ./valo
Expand All @@ -51,7 +50,6 @@ Can be compiled with the Apple clang supplied with Xcode 7.0 (OS X 10.11).
```
make -j4
```
- Copy test scene data to the bin/data directory (download link below)
- Run:
```
cd bin && ./valo
Expand All @@ -61,8 +59,6 @@ Can be compiled with the Apple clang supplied with Xcode 7.0 (OS X 10.11).
platform/mac/build_bundle.sh
```
See remarks of the linux build.
## Framework versions
- boost 1.60.0
Expand Down
14 changes: 6 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@ C++11/OpenMP/CUDA physically based renderer with an interactive preview mode.

Download the latest version:

| Windows 64-bit | Mac OS X (10.9+) | Linux 64-bit (Ubuntu 15.10) |
| Windows 64-bit | Mac OS X (10.9+) | Linux 64-bit (Ubuntu 16.04 LTS) |
|--------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------|
| [valo-0.1.0-win.zip](https://github.com/mikoro/valo/releases/download/v0.1.0/valo-0.1.0-win.zip) | N/A | N/A |
| [valo-0.1.0-win-cuda.zip](https://github.com/mikoro/valo/releases/download/v0.1.0/valo-0.1.0-win-cuda.zip) | | |
| [valo-0.1.0-win-intel.zip](https://github.com/mikoro/valo/releases/download/v0.1.0/valo-0.1.0-win-intel.zip) | | |
| [valo-0.1.0-win.zip](https://github.com/mikoro/valo/releases/download/v0.1.0/valo-0.1.0-win.zip) | [valo-0.1.0-mac.zip](https://github.com/mikoro/valo/releases/download/v0.1.0/valo-0.1.0-mac.zip) | [valo-0.1.0-ubuntu.zip](https://github.com/mikoro/valo/releases/download/v0.1.0/valo-0.1.0-ubuntu.zip) |

You will also need the [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=48145).
For windows, you will also need the [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=48145).

The CUDA version runs on NVIDIA GTX 900 Series or newer and the Intel-specific version runs on Ivy Bridge processors or newer.
The CUDA version runs on NVIDIA GTX 900 Series or newer.

## Features

Expand Down Expand Up @@ -89,8 +87,8 @@ For the interactive mode:

Websites where the test scene data was sourced from:

[Blend Swap](http://www.blendswap.com/) (user Jay-Artist)
[McGuire Graphics Data](http://graphics.cs.williams.edu/data/meshes.xml)
- [Blend Swap](http://www.blendswap.com/) (user Jay-Artist)
- [McGuire Graphics Data](http://graphics.cs.williams.edu/data/meshes.xml)

## Build

Expand Down

0 comments on commit a707e67

Please sign in to comment.