ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/AE/installer2/doc/AEI1-stuff_onisplit-commands.txt
(Generate patch)

Comparing AE/installer2/doc/AEI1-stuff_onisplit-commands.txt (file contents):
Revision 594 by alloc, Tue Jan 1 19:27:17 2013 UTC vs.
Revision 595 by alloc, Tue Jan 1 19:36:30 2013 UTC

# Line 35 | Line 35 | installation: installer.cpp/h - recompil
35  
36   check .net>2.0:
37   win: http://msdn.microsoft.com/en-us/kb/kbarticle.aspx?id=318785
38 < HKEY_LOCAL_MACHINE\Software\Microsoft\NET Framework Setup\NDP\v2.0.50727: dword "Install" = 1
39 <                        system("start http://www.microsoft.com/downloads/details.aspx?familyid=0856eacb-4362-4b0d-8edd-aab15c5e04f5");
38 > mac: which mono
39  
40 < mac:
42 <        fWhichMono = popen("which mono", "r");
43 <        fgets(chrWhichMono, sizeof(chrWhichMono), fWhichMono);
44 <        pclose(fWhichMono);
45 <        string strWhichMono = (string)chrWhichMono;
46 <        string::size_type loc = strWhichMono.find("mono", 0);
47 <        
48 <        if (loc == string::npos) // this means that "which mono" did not return a path leading to the mono binary -- abort! abort! abort!
40 > http://www.microsoft.com/downloads/details.aspx?familyid=0856eacb-4362-4b0d-8edd-aab15c5e04f5
41  
42  
43  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)