Update/remove some dated documentation notes when building on VS

This commit is contained in:
baldurk
2021-09-15 10:32:55 +01:00
parent 3d785b9b68
commit 21e5aa8bcf
2 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -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.
+1 -7
View File
@@ -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>