add more to disclaimer

This commit is contained in:
David Rose 2004-07-27 18:06:24 +00:00
parent fa9f5206e7
commit 6666f98af9

View File

@ -1,12 +1,25 @@
#!/bin/bash #!/bin/bash
# This script is an experiment. It is designed to automate the # This script is an experiment. It is designed to automate the
# Panda3D build process for users who have Cygwin installed on their # Panda3D build process for Linux or Unix users, or for Windows users
# Windows machine. It may also work for users on a Linux or Unix # who have Cygwin installed. If you want to build Panda3D on a
# machine. # Windows machine without Cygwin, please refer to the INSTALL document
# instead of attempting to run this script.
# You must still set up your Config.pp file and Config.prc files as # Before you run this script, you must set up your Config.pp file and
# described in the INSTALL document before running this script. # Config.prc files as described in the INSTALL document, and you must
# build and install ppremake (or ppremake.exe), before running this
# script.
# You should ensure that the install bin directory,
# e.g. /usr/local/panda/bin, is on your PATH, and that the install lib
# directory, /usr/local/panda/lib, is on your LD_LIBRARY_PATH (for
# Unix) or your PATH (for Windows). If you are building Python
# interfaces, you should also ensure that /usr/local/panda/lib is on
# your PYTHONPATH.
# Finally, you must have write permission to the /usr/local/panda
# directory hierarchy in order for this script to run successfully.
# As with any automatic process, this script may not work in every # As with any automatic process, this script may not work in every
# environment. An effort has been made to make the script as # environment. An effort has been made to make the script as