Changeset 595 for AE/installer2/doc/AEI1-stuff_onisplit-commands.txt
- Timestamp:
- Jan 1, 2013, 8:36:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/installer2/doc/AEI1-stuff_onisplit-commands.txt
r594 r595 36 36 check .net>2.0: 37 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 40 39 41 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 49 41 50 42
Note:
See TracChangeset
for help on using the changeset viewer.