From 6069d6814c21f93e20ab3b185016267cd1d5092b Mon Sep 17 00:00:00 2001 From: nigel <> Date: Wed, 2 Jan 2008 23:19:54 +0000 Subject: [PATCH] Replace mention to 1_prepare_files.sh script with discrete commands --- BasiliskII/src/MacOSX/0_HOW_TO_BUILD.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BasiliskII/src/MacOSX/0_HOW_TO_BUILD.txt b/BasiliskII/src/MacOSX/0_HOW_TO_BUILD.txt index 7442cd95..6309f769 100644 --- a/BasiliskII/src/MacOSX/0_HOW_TO_BUILD.txt +++ b/BasiliskII/src/MacOSX/0_HOW_TO_BUILD.txt @@ -11,7 +11,9 @@ 2) Open a Terminal, and cd to BasiliskII-1.0/src/MacOSX -3) sh 1_prepare_files.sh +3) autoconf + autoheader + ./configure This creates some symlinks to files in the Unix source and /usr/libexec directories, generates ./configure, and runs it.