Difference between revisions of "Setup developer machine"
Line 1: | Line 1: | ||
+ | =Common= | ||
#https://telegram.org/dl/desktop/win | #https://telegram.org/dl/desktop/win | ||
#http://mps.resnet.com/installs/Archivating/7-zip/7z1900-x64.exe | #http://mps.resnet.com/installs/Archivating/7-zip/7z1900-x64.exe | ||
+ | =Setup= | ||
#Turn off firewall | #Turn off firewall | ||
+ | =SQL Server Developer= | ||
#(Only database engine services) http://mps.resnet.com/installs/SQL%20Server/SQL2019/SQLServer2019-x64-ENU-Dev.iso | #(Only database engine services) http://mps.resnet.com/installs/SQL%20Server/SQL2019/SQLServer2019-x64-ENU-Dev.iso | ||
##[[File:Sqlservices.png]] | ##[[File:Sqlservices.png]] | ||
##[[File:Sqlpass.png]] | ##[[File:Sqlpass.png]] | ||
+ | =SQL Server Management Studio= | ||
#http://mps.resnet.com/installs/SQL%20Server/Management/SSMS-Setup-ENU.exe | #http://mps.resnet.com/installs/SQL%20Server/Management/SSMS-Setup-ENU.exe | ||
+ | =Fieldpro= | ||
#Recommended(fip client, demo, fieldpro) | #Recommended(fip client, demo, fieldpro) | ||
+ | =Git= | ||
#https://mps.resnet.com/installs/work/git/Git-2.28.0-64-bit.exe | #https://mps.resnet.com/installs/work/git/Git-2.28.0-64-bit.exe | ||
#https://mps.resnet.com/installs/work/git/GitExtensions-3.1.0.5877.msi | #https://mps.resnet.com/installs/work/git/GitExtensions-3.1.0.5877.msi | ||
#https://mps.resnet.com/installs/work/git/KDiff3-64bit-Setup_0.9.98-2.exe | #https://mps.resnet.com/installs/work/git/KDiff3-64bit-Setup_0.9.98-2.exe | ||
+ | =VS 2019 Community= | ||
#VS 2019: [[File:Vs2019.png]] | #VS 2019: [[File:Vs2019.png]] | ||
#Login to VS using your gmail account | #Login to VS using your gmail account | ||
− | #Clone git from | + | =VS 2019 Community= |
+ | #Clone git from https://mps.resnet.com/git/v8.git | ||
=VS2013= | =VS2013= |
Revision as of 16:49, 8 December 2020
Contents
Common
Setup
- Turn off firewall
SQL Server Developer
- (Only database engine services) http://mps.resnet.com/installs/SQL%20Server/SQL2019/SQLServer2019-x64-ENU-Dev.iso
SQL Server Management Studio
Fieldpro
- Recommended(fip client, demo, fieldpro)
Git
- https://mps.resnet.com/installs/work/git/Git-2.28.0-64-bit.exe
- https://mps.resnet.com/installs/work/git/GitExtensions-3.1.0.5877.msi
- https://mps.resnet.com/installs/work/git/KDiff3-64bit-Setup_0.9.98-2.exe
VS 2019 Community
VS 2019 Community
- Clone git from https://mps.resnet.com/git/v8.git
VS2013
- https://mps.resnet.com/installs/MS%20Visual%20Studio/Visual%20Studio%202013%20RTM%20English/vs2013.5_ult_enu.iso
- https://mps.resnet.com/installs/MS%20Visual%20Studio/Visual%20Studio%202013%20RTM%20English/vc_mbcsmfc.exe
- https://mps.resnet.com/installs/MS%20Visual%20Studio/Visual%20Studio%202013%20RTM%20English/vs2013_fix_web_site_build_from_cmdline.reg
- fix_web_service_build_for_Framework40.bat (run as Administrator on Win10 machine!!!!!)
DirectX
Controls
- copy content from "\\SIRIUS\Installs\Work\FarPoint Controls\For Win7" to C:\Program Files (x86)\Farpoints\
Variables
- create variables in: Control Panel\All Control Panel Items\System\Advanced System Settings\Environment Variables.
- name: FARPOINTS_INCLUDE value: path to include folders for farpoints and spread controls. In my case: C:\Program Files (x86)\Farpoints\Inppro20\INCLUDE;C:\Program Files (x86)\Farpoints\Spread25\INCLUDE
- copy next folder \\SIRIUS\Installs\Work\VFortran6\Fortran_compiler\DF98 to C:\Program Files (x86)\Microsoft Visual Studio\
- name: FORTRAN_INCLUDE (CX only) value: path to FORTRAN include and lib. Default path: C:\Program Files (x86)\Microsoft Visual Studio\DF98\INCLUDE;C:\Program Files (x86)\Microsoft Visual Studio\DF98\LIB
- name: FORTRAN_PATH value: path to FORTRAN include and lib. Default path: C:\Program Files (x86)\Microsoft Visual Studio\DF98
- name: DIRECTX_SDK_PATH value: path to FORTRAN include and lib. Default path: C:\Program Files (x86)\Microsoft DirectX SDK (August 2009)
- add next directory to PATH variable: C:\Program Files (x86)\Microsoft Visual Studio\DF98\BIN
To change MENU UPERCASE in VS2013 run "vs2013 upercase fix.reg"
RESTART MACHINE!!!