Skip to content

Commit

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

If you are on Mac OS you need brew installed.
On linux you need the old texinfo-4.13(http://ftp.gnu.org/gnu/texinfo/texinfo-4.13.tar.gz) installed, this may be bundled later.

The prerequisites are "bash texinfo flex bison gperf libncurses-dev autoconf gcc g++ make" and "sudo".
The prerequisites are "bash flex texinfo(v4.13 is required) bison gperf libncurses-dev autoconf gcc g++ make" and "sudo".

Then just run the install script for your platform.

Expand Down
4 changes: 2 additions & 2 deletions makePalmCompiler_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ make
sudo cp ./src/pilot-xfer /usr/local/bin
sudo mkdir -p /usr/local/bin/.libs
sudo cp -a ./src/.libs/. /usr/local/bin/.libs
sudo cp ./libpisock/.libs/libpisock.9.0.0.so /usr/local/lib
sudo cp ./libpisock/.libs/libpisock.9.so /usr/local/lib
sudo cp ./libpisock/.libs/libpisock.so.9.0.0 /usr/local/lib
sudo cp ./libpisock/.libs/libpisock.so.9 /usr/local/lib
sudo cp ./libpisock/.libs/libpisock.so /usr/local/lib

0 comments on commit a6a866a

Please sign in to comment.