You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Microsoft may have used in Partnership with Apple; Raspsody, Sherlock, Internal Sherlock or Cheetah. Please start with Visual C++ 4.0 and the DJGPP 1998 software suite found <ahref= "https://winworldpc.com/product/visual-c/4x">here</a>
34
+
35
+
<p>Set up a macOS VM from these instructions <ahref="https://en.wikibooks.org/wiki/VirtualBox/Setting_up_a_Virtual_Machine/Mac_OS_X">Setting up a Virtual Machine</a> with XCode and CMD line Tools.</p>
36
+
<p>Build 4Q12 for Cheetah</p>
37
+
<p>If you want to download all of the source for a release, here is a simple procedure using just a shell and darwinbuild (using 9G55 as an example):</p>
38
+
<ul>
39
+
<li>1.install darwinbuild</li>
40
+
<li>2.mkdir 4Q12 && cd 4Q12</li>
41
+
<li>3.sudo -s</li>
42
+
<li>4.darwinbuild -init 4Q12</li>
43
+
<li>5.for X in $(darwinxref version '*' | cut -d '-' -f 1); do darwinbuild -fetch $X; done</li>
44
+
<li>6.mkdir AllSource</li>
45
+
<li>7.for X in Sources/*; do tar zxvf $X -C AllSource/; done</li>
46
+
<p>Copyright 2005-2016 Apple Inc. All rights reserved</p>
47
+
48
+
<p>You need Visual C++ 4.x for build gnumake and read the README.w32 which are Windows instrcutions open with wordpad and don't change the icon, there are Macintosh Cross Development, RISC, Alpha and MIPS Editions.</p>
49
+
50
+
<p>You cannot install GNU C by itself on MSDOS; it will not compile under any MSDOS compiler except itself. You need to get the complete compilation package DJGPP, which includes binaries as well as sources,and includes all the necessary compilation tools and libraries. You can find this statement in the INSTALL of Apple's GCC. Do use the wizard installer. The first 's' zip in GNUV2 you should use is sed if you make a manual installation and compile 'bison' first you'll get a closure.o error. In 1998 Nine Inch Nails didn't listen to the Wizard. It is a Darwin Environment left out the e in configure. Go listen to Avril Lavgine 'Best Damn Thing'.</p>
51
+
52
+
<pre>SET PATH=C:\DJGPP\BIN;%PATH%</pre>
53
+
54
+
<pre>SET DJGPP=C:\DJGPP\DJGPP.ENV</pre>
55
+
56
+
<p><ahref="https://archive.org/details/DJGPP_Development_System_August_1998">DJGPP Development System</a></p>
57
+
58
+
<p>Gets Cheetah's project 'files-files' and extract it to the Darwin Root and start organizing your Cheetah or Darwin Environment.</p>
59
+
60
+
<p>To Build GNUMake</p>
61
+
62
+
<p>To build with nmake on Windows NT, Windows 95, or Windows 98:</p>
63
+
64
+
<p>1. Make sure cl.exe is in your %Path%. Example:</p>
65
+
66
+
<pre>set Path=%Path%;c:/msdev/bin</pre>
67
+
68
+
<p>2. Make sure %include% is set to msvc include directory. Example:</p>
69
+
70
+
<pre>set include=c:/msdev/include</pre>
71
+
72
+
<p>3. Make sure %lib% is set to msvc lib directory. Example:</p>
73
+
74
+
<pre>set lib=c:/msdev/lib</pre>
75
+
76
+
<pre>4. nmake /f NMakefile</pre>
77
+
78
+
<p>A short cut to steps 1, 2, and 3 is to run VCVARS32.bat before invoking nmake. For example:</p>
79
+
80
+
<pre>c:</pre>
81
+
<pre>cd \msdev\bin\VCVARS32.bat</pre>
82
+
<pre>cd \path\to\make-3.79</pre>
83
+
<pre>nmake /f NMakefile</pre>
84
+
85
+
86
+
<p>You might want to start building or porting gnumake, CC, SED, Bison, and M4 first. Use the NT Batch files in the Cheetah projects to configure and Interix.</p>
87
+
88
+
<p>the project files-files should start in the Root and the 'control' files should be renamed 'control.(projectname)'</p>
0 commit comments