Skip to content

Commit

Permalink
Updates to the README.md file.
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitBM committed Mar 29, 2019
1 parent 93192aa commit 6788b70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This product can be used to produce the following output:
* Control-Flow graphs
* Build errors and warnings

The RGA package contains both a GUI app and a command-line exectuable.
The RGA package contains both a GUI app and a command-line executable.

The supported platforms by the **GUI app** are:
* Vulkan - GLSL/SPIR-V as input, together with the Vulkan pipeline state, through AMD's Vulkan driver
Expand Down Expand Up @@ -50,7 +50,7 @@ Prebuild.bat --qt C:\Qt\Qt5.9.2\msvc2017_64 --vs 2017 --build release (or: debug

Running the Prebuild script will fetch all the dependencies, and generate the solution file for Visual Studio.
After successfully running the preuild script, open RGA.sln from Build\CMake\VS2017 (or VS2015), and build:
* RadeonGPUAnalyzerCLI project for the command line exectuable
* RadeonGPUAnalyzerCLI project for the command line executable
* RadeonGPUAnalyzerGUI project for the GUI app

Some useful options of the Prebuild script:
Expand Down Expand Up @@ -119,7 +119,7 @@ named "x64" under the RGA executable's directory (for example, D3DCompiler_47.dl

## Running ##
### GUI App ###
Run the RadeonGPUAnalyzerGUI exectuable. The app provides a quickstart guide and a help manual under Help.
Run the RadeonGPUAnalyzerGUI executable. The app provides a quickstart guide and a help manual under Help.

### Command Line Executable ###

Expand Down

0 comments on commit 6788b70

Please sign in to comment.