vkoskiv
/MacNTP
/amendments
/8
Add README
I explain how to set up a development environment in Think C, since
it may not be obvious to beginners.
vkoskiv made amendment 8 about 1 year ago
--- README Tue Aug 22 22:09:33 2023
+++ README Tue Aug 22 22:09:33 2023
@@ -0,0 +1,14 @@
+Prerequisites:
+- System 6 (I haven't tested on other systems)
+- MacTCP installed and properly configured (connection verified to work)
+- Think C 5.0.1
+
+Setup:
+- Create new Think C project
+- Add all .c files, and the following libraries: MacTraps, MacTraps2 and ANSI
+- Drag ANSI all the way to the bottom of the list in the project window. This should put it in a separate code segment, as indicated by the dotted line separating ANSI from the rest of the sources/libs.
+- Ensure "Generate 68020 instructions" is disabled under Edit->Options->Compiler options (Unless your system has a 68020!)
+
+Select "Run" or "Build Application" under "Project" to run it or build a standalone program.
+
+Don't hesitate to contact me, vkoskiv, on IRC if you run into any issues.