Skip to content

Commit

Permalink
Add basic README with build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpippy committed Nov 30, 2016
1 parent b13f00d commit f41c868
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## BetterTelnet

Building BetterTelnet requires *CodeWarrior Gold version 10*, released in 1996 and downloadable from
[Macintosh Garden](http://macintoshgarden.org/apps/codewarrior-10-gold)
Note that this is a totally different version from CodeWarrior Development Studio 10, released in 2005.

- I personally used Mac OS X 10.4, with CodeWarrior running in the Classic environment.

- CodeWarrior IDE 1.7 requires that file type codes be set correctly, run the following commands in a terminal:
```
/Developer/Tools/SetFile -t TEXT source/*/*.c
/Developer/Tools/SetFile -t TEXT source/*/*.h
/Developer/Tools/SetFile -t TEXT source/*/*.pch
/Developer/Tools/SetFile -t TEXT source/*/*/*.c
/Developer/Tools/SetFile -t TEXT source/*/*/*.h
/Developer/Tools/SetFile -t TEXT source/TelnetHelp.bh
/Developer/Tools/SetFile -t TEXT source/*.r
/Developer/Tools/SetFile -t MPLF source/Libraries/ICGluePPC.lib
/Developer/Tools/SetFile -t "OBJ " source/Libraries/ICGlue.o
```

- Then, un-MacBinary the telnet.68k.µ.bin and telnet.ppc.µ.bin project files, open in CodeWarrior
IDE 1.7, and Make (cmd-M).

0 comments on commit f41c868

Please sign in to comment.