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 |
|
Stephen Birarda
|
9a069f56ab
|
indicate in win build guide that nmake should be in path
|
2015-02-23 09:13:59 -08:00 |
|
Virendra Singh
|
8212f86bfb
|
Minor grammar corrections
Corrected line breaks.
|
2015-02-23 12:19:45 +05:30 |
|
Virendra Singh
|
36b323c6f3
|
Added VHACD dependency
Provide link to github source. The source tree has necessary cmke
changes to allow 32 bit build specific to hifi
|
2015-02-21 15:37:09 +05:30 |
|
Stephen Birarda
|
5e264f8241
|
add GLEW as dependency external project
|
2015-02-20 13:47:38 -08:00 |
|
Stephen Birarda
|
dab524fb0f
|
remove zlib modules and mentions in build guides
|
2015-02-19 15:35:40 -08:00 |
|
Stephen Birarda
|
799cee32aa
|
remove freeglut from build guides, no longer needed
|
2015-02-19 14:43:34 -08:00 |
|
Stephen Birarda
|
afae7297e7
|
adjustements to build guides to remove bullet
|
2015-02-19 14:41:23 -08:00 |
|
Stephen Birarda
|
6231a9d8da
|
remove TBB from build guides
|
2015-02-18 17:29:32 -08:00 |
|
Stephen Birarda
|
b2ecf99008
|
back out of lib cmake dir to get Qt bin
|
2015-02-18 11:36:49 -08:00 |
|
Stephen Birarda
|
c9fea9330e
|
explain in win guide that fixup_bundle is finding DLLs
|
2015-02-18 10:16:45 -08:00 |
|
Stephen Birarda
|
cc29297a19
|
remove requirement of Qt dlls in path
|
2015-02-18 10:13:23 -08:00 |
|
Grayson Stebbins
|
f7cc7ad7e7
|
Added note about running inside visual studio
|
2015-02-17 17:14:47 -08:00 |
|
Stephen Birarda
|
e99012efbb
|
updates to build guides to remove soxr
|
2015-02-17 10:33:12 -08:00 |
|
Stephen Birarda
|
691cf2d893
|
remove gverb from win build guide
|
2015-02-13 16:12:47 -08:00 |
|
Stephen Birarda
|
50c9bb2ae5
|
remove glm as manual dep in BUILD guides
|
2015-02-13 12:33:29 -08:00 |
|
Stephen Birarda
|
f0f7bca5db
|
don't force requirement of BOTH debug/release Bullet
|
2015-02-06 16:35:25 -08:00 |
|
Stephen Birarda
|
a9fe829bbe
|
stay on Qt 5.3.2 on desktop for now
|
2015-02-06 10:39:26 -08:00 |
|
Stephen Birarda
|
98833e732d
|
fix instructions for soxr on windows
|
2015-01-29 14:47:38 -08:00 |
|
Stephen Birarda
|
2af54dcf95
|
update Qt requirement to 5.4 in BUILD
|
2015-01-29 11:52:34 -08:00 |
|
Atlante45
|
4ef87b9919
|
Merge branch 'master' of https://github.com/highfidelity/hifi into android
Conflicts:
interface/src/Application.cpp
interface/src/Application.h
interface/src/DatagramProcessor.cpp
interface/src/Menu.cpp
interface/src/ui/PreferencesDialog.cpp
interface/src/ui/Stats.cpp
libraries/audio-client/src/AudioClient.cpp
libraries/audio-client/src/AudioClient.h
|
2015-01-28 13:13:32 -08:00 |
|
Grayson Stebbins
|
0bf20a207c
|
Added gverb instructions
|
2015-01-27 17:35:53 -08:00 |
|
Grayson Stebbins
|
dc1051b6a9
|
Reminder that everything should be 32-bit
|
2015-01-27 17:10:09 -08:00 |
|
Grayson Stebbins
|
baba56a793
|
Add another link back to BUILD.md
|
2015-01-27 15:34:54 -08:00 |
|
Grayson Stebbins
|
e6673327a2
|
Minor edits, addition of note about PATH
|
2015-01-27 14:37:22 -08:00 |
|
Stephen Birarda
|
54660dd1a2
|
resolve conflicts on merge with upstream master
|
2015-01-27 14:24:48 -08:00 |
|
Grayson Stebbins
|
e290fa2e7f
|
Small changes, removed VS section
Removed the Visual Studio section -- now that we have a better Visual Studio 2013 section it was unnecessary.
|
2015-01-27 13:42:24 -08:00 |
|
Grayson Stebbins
|
acb1494e3e
|
Small edits to links
|
2015-01-27 13:38:58 -08:00 |
|
Grayson Stebbins
|
36e9f6b9e0
|
Reminder about all dependencies
|
2015-01-27 13:33:29 -08:00 |
|
Grayson Stebbins
|
1ce92c1939
|
added bullet to externals list
|
2015-01-27 11:45:26 -08:00 |
|
Grayson Stebbins
|
f085b81cde
|
Add specifics on env variable setting location
|
2015-01-27 10:10:10 -08:00 |
|
Stephen Birarda
|
98a470aa35
|
add wording to windows for soxr guide
|
2015-01-23 14:02:43 -08:00 |
|
Stephen Birarda
|
1baef08ffd
|
add instructions for soxr, clarify for tbb
|
2015-01-23 13:42:52 -08:00 |
|
Leonardo Murillo
|
a825f2a495
|
Markdown fix
|
2015-01-21 11:31:24 -06:00 |
|
Leonardo Murillo
|
93edd82038
|
Markdown fix
|
2015-01-21 11:28:50 -06:00 |
|
Leonardo Murillo
|
e82b07caf8
|
Updated Windows build instructions
|
2015-01-21 11:26:43 -06:00 |
|
Stephen Birarda
|
8455258fd4
|
update BUILD_WIN.md to support VS2013 Express
|
2015-01-15 09:44:02 -08:00 |
|
Stephen Birarda
|
e8ea45efde
|
clarify TBB find for windows
|
2014-12-15 13:59:51 -08:00 |
|
Stephen Birarda
|
4d8d6d602a
|
simplify the FindTBB module for set envs
|
2014-12-15 13:56:21 -08:00 |
|
Stephen Birarda
|
ea08d7bb23
|
remove block recommending VS2010 project file
|
2014-12-15 11:28:43 -08:00 |
|
Stephen Birarda
|
aac44953cb
|
fix generator passed to cmake for windows build
|
2014-12-15 11:27:31 -08:00 |
|
Stephen Birarda
|
ee91964300
|
clarify that TBB can be installed wherever
|
2014-12-15 11:25:17 -08:00 |
|
Stephen Birarda
|
9b37967bed
|
changes to instructions for TBB, remove MSVC2010
|
2014-12-15 11:23:25 -08:00 |
|
Stephen Birarda
|
bba48a61f9
|
cleanup formatting of build guides
|
2014-12-15 10:22:58 -08:00 |
|
Stephen Birarda
|
5ad4a57e3d
|
add OS specific build files
|
2014-12-15 10:19:06 -08:00 |
|