Difference between revisions of "Talk:Build the Viewer on Windows"

From Second Life Wiki
Jump to navigation Jump to search
m (fixed formatting)
Line 28: Line 28:


-> before "When the build completes (hopefully without errors) run it by pressing Control-F5"
-> before "When the build completes (hopefully without errors) run it by pressing Control-F5"
- Pick Properties > Configuration Properties > Debugging
- Pick Properties > Configuration Properties > Debugging
- Set Working Directory to  ..\..\indra\newview
- Set Working Directory to  ..\..\indra\newview


[[User:Shy Robbiani|Shy Robbiani]] ([[User talk:Shy Robbiani|talk]]) 08:05, 30 April 2015 (PDT)
[[User:Shy Robbiani|Shy Robbiani]] ([[User talk:Shy Robbiani|talk]]) 08:05, 30 April 2015 (PDT)

Revision as of 08:12, 30 April 2015

Section Cygwin

Add-->

Net/openssh

copy ssh keys

Copy ssh keys to C:\cygwin64\home\[username]\.ssh

at first use this may come up "Permissions 0755 for '/home/bill/.ssh/id_rsa' are too open."

Fix it with:

cd /home/[username]bill/.ssh
chgrp Users id_rsa
chmod 600 id_rsa

Nicky Perian (talk) 23:54, 28 January 2015 (PST)

Section DirectX SDK

It should be mentioned that .NET Framework 3.5 (includes NET 2.0 and 3.0) is required and must be installed first if prompted.

2) In case of Error S1023 remove Visual C++ 2010 Redistributable Package, retry to install and run Windows Update to reapply security patches. (http://blogs.msdn.com/b/chuckw/archive/2011/12/09/known-issue-directx-sdk-june-2010-setup-and-the-s1023-error.aspx)

Section Test build of the Second Life Viewer

-> before "When the build completes (hopefully without errors) run it by pressing Control-F5"

- Pick Properties > Configuration Properties > Debugging

- Set Working Directory to ..\..\indra\newview

Shy Robbiani (talk) 08:05, 30 April 2015 (PDT)