Commit graph

94 commits

Author SHA1 Message Date
Preston Bezos
c09ffd23b4 made more edits to the build guide to better explain the reasons for certain steps and corrected a couple of errors in previous edits 2019-06-04 09:19:47 -07:00
Preston Bezos
a846922814 Updated build guide to include a VCPKG environment variable step and fixed step numbering issues 2019-06-03 15:16:27 -07:00
Anna
5c0d7c831f made android instructions more general and added VS 2019 support 2019-05-24 19:06:38 -07:00
Andrew Meadows
4cf9673dbb Merge master into 22007-hifiQtBuildv2 2019-05-15 14:10:30 -07:00
NissimHadar
676f762348 Updating readme's. 2019-04-30 08:32:25 -07:00
NissimHadar
7eaa45f5c1 Added macdeployqt to local builds. 2019-04-29 12:33:23 -07:00
NissimHadar
71bf3f2e14 Installation folder can be made. 2019-04-21 20:18:59 -07:00
Robin K Wilson
435c58c7cc
Update BUILD_WIN.md 2019-03-20 14:48:35 -07:00
Clement
62a06fe383 Update build docs 2018-12-06 16:10:05 -08:00
Brad Davis
8ce2081349 Add python discovery 2018-10-23 10:40:10 -07:00
Nex-Pro
09b21d3c4d
Update BUILD_WIN.md
Added dot backslash to avoid error in windows powershell at line 42. (worked for me)
2018-07-05 17:04:36 +01:00
Robin K Wilson
05a8119008
Updated Build Guide language. 2018-05-23 17:50:34 -07:00
Clement
157ca8cd68 Update docs with correct qt version 2018-04-12 16:21:26 -07:00
Brad Davis
71a403f03f Update BUILD_WIN.md 2017-08-31 11:56:27 -07:00
Brad Davis
984503ce29 Update build instructions for vcpkg usage 2017-08-31 11:55:53 -07:00
EagleJumpDev
f54e028c19 Out of memory errors detected on systems with only 6GB of main memory. Maybe 8GB should be the minimimum? 2017-08-16 22:16:50 -07:00
anshuman64
560cccb0df Remove nmake troubleshooting step 2017-07-26 17:01:45 -07:00
anshuman64
081d8fbec4 More changes 2017-07-26 17:00:48 -07:00
nimisha20
c57660c82d Update BUILD_WIN.md 2017-07-26 16:52:00 -07:00
seefo
aa13812e3f Fixed multiline in BUILD_WIN.md 2017-06-06 15:20:26 -07:00
seefo
40823bf582 Updated Windows build guide's markdown 2017-06-06 10:11:46 -07:00
Thijs Wenker
1ea3b2b7f4 let headers be headers 2017-05-30 21:01:42 +02:00
Thijs Wenker
1339516177 OpenSSL installer update 2017-05-30 20:56:45 +02:00
Anshuman Dewangan
521db82ed0 Use generic dir syntax 2017-04-27 10:56:56 -07:00
Anshuman Dewangan
54e4eb5eae Updated downloads to direct links 2017-04-26 15:17:34 -07:00
Anshuman Dewangan
c13f63a4f4 Changed references from Qt 5.6.1 to 5.6.2 2017-04-26 14:47:03 -07:00
Anshuman Dewangan
ed6211fcb7 First commit 2017-04-26 13:26:14 -07:00
anshuman64
c82bd67a14 Update BUILD_WIN.md 2017-04-26 09:07:40 -07:00
anshuman64
c430e0c9d6 Small changes based on Zach's recommendations 2017-03-19 12:07:45 -07:00
anshuman64
e6446b6913 New simplified, stand-alone build guide for Windows
Still throws this error after trying to build in Visual Studio: 

Error    9    error MSB3073: The command "setlocal
"C:\Program Files\CMake\bin\cmake.exe" "-DBUNDLE_EXECUTABLE=C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/tests/render-perf/Release/render-perf-test.exe" "-DBUNDLE_PLUGIN_DIR=C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/tests/render-perf/Release/plugins" -P "C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/tests/render-perf/FixupBundlePostBuild.cmake"
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
CMD /C "SET PATH=%PATH%;C:/Qt/Qt5.6.1/5.6/msvc2013_64/bin && C:/Qt/Qt5.6.1/5.6/msvc2013_64/bin/windeployqt.exe  --release C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/tests/render-perf/Release/render-perf-test.exe"
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
setlocal
if exist "C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/tests/render-perf/Release/audio/qtaudio_windows.dll" ( "C:/Program Files/CMake/bin/cmake.exe" -E remove "C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/tests/render-perf/Release/audio/qtaudio_windows.dll" && "C:/Program Files/CMake/bin/cmake.exe" -E copy "C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/ext/vc12/wasapi/project/src/wasapi/qtaudio_wasapi.dll" "C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/tests/render-perf/Release/audio" && "C:/Program Files/CMake/bin/cmake.exe" -E copy "C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/ext/vc12/wasapi/project/src/wasapi/qtaudio_wasapi.pdb" "C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/tests/render-perf/Release/audio" )
if %errorlevel% neq 0 goto :cmEnd
if exist "C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/tests/render-perf/Release/audio/qtaudio_windowsd.dll" ( "C:/Program Files/CMake/bin/cmake.exe" -E remove "C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/tests/render-perf/Release/audio/qtaudio_windowsd.dll" && "C:/Program Files/CMake/bin/cmake.exe" -E copy "C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/ext/vc12/wasapi/project/src/wasapi/qtaudio_wasapid.dll" "C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/tests/render-perf/Release/audio" && "C:/Program Files/CMake/bin/cmake.exe" -E copy "C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/ext/vc12/wasapi/project/src/wasapi/qtaudio_wasapid.pdb" "C:/Users/Chris i5 AMD/Documents/GitHub/hifi/build/tests/render-perf/Release/audio" )
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
:VCEnd" exited with code 1.    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets    132    5    render-perf-test
2017-03-18 19:59:23 -07:00
Thijs Wenker
64240d3394 use https in readme/build documentation rather than http 2017-03-01 21:31:43 +01:00
SamGondelman
98cb3cc366 updated build instructions 2016-09-06 17:36:52 -07:00
Andrew Meadows
062711b202 Revert "Update the build docs for a better OpenSSL security posture." 2016-06-04 20:51:21 -07:00
Peter Clemenko III
036fd0c4af Update the build docs for a better OpenSSL security posture. There are around 19 CVEs in the current recommended version. 2016-06-01 10:35:36 -04:00
James B. Pollack
9cb768bcbd document no debug heap trick 2016-01-28 11:42:51 -08:00
David Rowe
7190c26c40 Update Windows build instructions for 64-bit builds 2015-12-14 15:37:10 +13:00
Stephen Birarda
d2b8ba740a change BUILD guides for 5.5.1 and homebrew recs 2015-11-16 15:59:52 -08:00
Brad Davis
cad1d28b7b Updating build notes 2015-11-01 01:49:33 -07:00
Eric Levin
37efb80945 Update BUILD_WIN.md 2015-09-22 10:19:01 -07:00
Seth Alves
bee21b13b7 interface now depends on zlib. describe how to install on windows 2015-08-05 16:13:25 -07:00
Stephen Birarda
293af425ac remove vhacd block from windows build guide 2015-06-01 12:49:26 -07:00
Stephen Birarda
e933ab2e84 update win required version of OpenSSL 2015-04-29 09:59:20 -07:00
Brad Davis
f17387fab4 Working on menus 2015-04-23 21:23:21 -07:00
Stephen Birarda
5a601f3676 resolve conflicts on merge with upstream/master 2015-03-03 10:01:24 -08:00
Virendra Singh
93106be466 VHACD dependency build instructions 2015-02-27 00:58:55 +05:30
Virendra Singh
36c3131524 Rectifying bad merge in BUILD.md and BUILD_WIN.md 2015-02-27 00:14:46 +05:30
Stephen Birarda
621df1f66b remove win requirement of msbuild for bullet 2015-02-26 09:50:21 -08:00
Virendra Singh
bdb79f2619 Resetting from master 2015-02-26 22:56:21 +05:30
Stephen Birarda
a9fcde6265 fix two typos in BUILD guides 2015-02-25 13:07:52 -08:00
Stephen Birarda
086960f8af clarify the build guide for nmake and msbuild 2015-02-23 16:10:42 -08:00