mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Update/remove some dated documentation notes when building on VS
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
## Windows
|
||||
|
||||
The main [renderdoc.sln](renderdoc.sln) is a VS2015 solution. It should also compile in VS2017, just select to update the compilers if you don't have the 2015 compilers available.
|
||||
The main [renderdoc.sln](renderdoc.sln) is a VS2015 solution. It should also compile in later VS versions, just select to update the compilers if you don't have the 2015 compilers available.
|
||||
|
||||
There are no external dependencies apart from the Windows SDK and any version will work, otherwise all libraries/headers needed to build are included in the git checkout.
|
||||
|
||||
|
||||
@@ -1707,13 +1707,7 @@
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="Resources\qtconf.qrc">
|
||||
<AdditionalInputs>Resources\qtconf.qrc;$(QtBinDir)\rcc.exe;%(AdditionalInputs)</AdditionalInputs>
|
||||
<Command>"$(QtBinDir)\rcc.exe" -name qtconf Resources\qtconf.qrc -o "$(IntDir)generated\qrc_qtconf.cpp"
|
||||
IF %ERRORLEVEL% NEQ 0 (echo ===========================================================================)
|
||||
IF %ERRORLEVEL% NEQ 0 (echo It looks like you don't have the dependencies for the Qt UI.)
|
||||
IF %ERRORLEVEL% NEQ 0 (echo Until v1.0 is approaching stable, these aren't committed to the repository.)
|
||||
IF %ERRORLEVEL% NEQ 0 (echo Download and extract https://renderdoc.org/qrenderdoc_3rdparty.zip.)
|
||||
IF %ERRORLEVEL% NEQ 0 (echo ===========================================================================)
|
||||
</Command>
|
||||
<Command>"$(QtBinDir)\rcc.exe" -name qtconf Resources\qtconf.qrc -o "$(IntDir)generated\qrc_qtconf.cpp"</Command>
|
||||
<Message>RCC qtconf.qrc</Message>
|
||||
<Outputs>$(IntDir)generated\qrc_qtconf.cpp</Outputs>
|
||||
</CustomBuild>
|
||||
|
||||
Reference in New Issue
Block a user