Fix build instructions for MSVC (#3878)
Fixed 'change directory' commands for following build process step-by-step. Signed-off-by: Andrew Aponte <coyshibe@gmail.com> (github: monote)
This commit is contained in:
		
							parent
							
								
									74e46f7b80
								
							
						
					
					
						commit
						a0fbbf2fb6
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -111,7 +111,7 @@ Open **x86 Native Tools Command Prompt for VS 2017.bat**, go to ***BuildPath*** | ||||||
|     msbuild opus.sln /property:Configuration=Debug /property:Platform="Win32" |     msbuild opus.sln /property:Configuration=Debug /property:Platform="Win32" | ||||||
|     msbuild opus.sln /property:Configuration=Release /property:Platform="Win32" |     msbuild opus.sln /property:Configuration=Release /property:Platform="Win32" | ||||||
| 
 | 
 | ||||||
|     cd .. |     cd ..\..\..\.. | ||||||
|     SET PATH_BACKUP_=%PATH% |     SET PATH_BACKUP_=%PATH% | ||||||
|     SET PATH=%cd%\ThirdParty\msys64\usr\bin;%PATH% |     SET PATH=%cd%\ThirdParty\msys64\usr\bin;%PATH% | ||||||
|     cd Libraries |     cd Libraries | ||||||
|  | @ -125,6 +125,7 @@ Open **x86 Native Tools Command Prompt for VS 2017.bat**, go to ***BuildPath*** | ||||||
|     bash --login ../../tdesktop/Telegram/Patches/build_ffmpeg_win.sh |     bash --login ../../tdesktop/Telegram/Patches/build_ffmpeg_win.sh | ||||||
| 
 | 
 | ||||||
|     SET PATH=%PATH_BACKUP_% |     SET PATH=%PATH_BACKUP_% | ||||||
|  |     cd .. | ||||||
| 
 | 
 | ||||||
|     git clone git://code.qt.io/qt/qt5.git qt5_6_2 |     git clone git://code.qt.io/qt/qt5.git qt5_6_2 | ||||||
|     cd qt5_6_2 |     cd qt5_6_2 | ||||||
|  | @ -135,6 +136,7 @@ Open **x86 Native Tools Command Prompt for VS 2017.bat**, go to ***BuildPath*** | ||||||
|     cd ..\qtbase |     cd ..\qtbase | ||||||
|     git checkout v5.6.2 |     git checkout v5.6.2 | ||||||
|     git apply ../../../tdesktop/Telegram/Patches/qtbase_5_6_2.diff |     git apply ../../../tdesktop/Telegram/Patches/qtbase_5_6_2.diff | ||||||
|  |     cd .. | ||||||
| 
 | 
 | ||||||
|     configure -debug-and-release -force-debug-info -opensource -confirm-license -static -I "%cd%\..\openssl\Release\include" -no-opengl -openssl-linked OPENSSL_LIBS_DEBUG="%cd%\..\openssl\Debug\lib\ssleay32.lib %cd%\..\openssl\Debug\lib\libeay32.lib" OPENSSL_LIBS_RELEASE="%cd%\..\openssl\Release\lib\ssleay32.lib %cd%\..\openssl\Release\lib\libeay32.lib" -mp -nomake examples -nomake tests -platform win32-msvc2015 |     configure -debug-and-release -force-debug-info -opensource -confirm-license -static -I "%cd%\..\openssl\Release\include" -no-opengl -openssl-linked OPENSSL_LIBS_DEBUG="%cd%\..\openssl\Debug\lib\ssleay32.lib %cd%\..\openssl\Debug\lib\libeay32.lib" OPENSSL_LIBS_RELEASE="%cd%\..\openssl\Release\lib\ssleay32.lib %cd%\..\openssl\Release\lib\libeay32.lib" -mp -nomake examples -nomake tests -platform win32-msvc2015 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Monote
						Monote