Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
meepingsnesroms committed Apr 1, 2018
1 parent ede35fc commit f631da4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ I have done my best to make this a 1click compile and install.

If you are on Mac OS you need brew installed.

The prerequisites are "bash texinfo flex bison gperf libncurses-dev gcc g++ make" and "sudo".
The prerequisites are "bash texinfo flex bison gperf libncurses-dev autoconf gcc g++ make" and "sudo".

Then just run the install script for your platform.

Expand Down
2 changes: 1 addition & 1 deletion makePalmCompiler_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo "Building from '$DIR'"
rm -rf $DIR/output
mkdir $DIR/output
cd $DIR/output
../prc-tools-2.3/configure --enable-languages=c,c++ --enable-targets=m68k-palmos,arm-palmos --disable-nls --with-palmdev-prefix=$DIR/palmSdk --host=i686-linux-gnu
../prc-tools-2.3/configure --enable-languages=c,c++ --enable-targets=m68k-palmos,arm-palmos --disable-nls --disable-doc --with-palmdev-prefix=$DIR/palmSdk --host=i686-linux-gnu
make
sudo make install
sudo palmdev-prep
Expand Down
2 changes: 1 addition & 1 deletion makePalmCompiler_macOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo "Building from '$DIR'"
rm -rf $DIR/output
mkdir $DIR/output
cd $DIR/output
../prc-tools-2.3/configure --enable-languages=c,c++ --enable-targets=m68k-palmos,arm-palmos --disable-nls --with-palmdev-prefix=$DIR/palmSdk --host=i686-apple-darwin
../prc-tools-2.3/configure --enable-languages=c,c++ --enable-targets=m68k-palmos,arm-palmos --disable-nls --disable-doc --with-palmdev-prefix=$DIR/palmSdk --host=i686-apple-darwin
make
sudo make install
sudo palmdev-prep
Expand Down

0 comments on commit f631da4

Please sign in to comment.