mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
tweaks
This commit is contained in:
parent
d7e3861a7a
commit
b7ef74777a
12
doc/INSTALL
12
doc/INSTALL
@ -541,17 +541,14 @@ properly. Alternatively, you may make these definitions in the
|
|||||||
registry.
|
registry.
|
||||||
|
|
||||||
path C:\Panda3d\bin;C:\Panda3d\lib;%PATH%
|
path C:\Panda3d\bin;C:\Panda3d\lib;%PATH%
|
||||||
set PANDA_ROOT=c:\
|
set PANDA_ROOT=C:\
|
||||||
|
|
||||||
Setting PANDA_ROOT is optional; this specifies the default drive Panda
|
Setting PANDA_ROOT is optional; it specifies the default drive Panda
|
||||||
will search for file references. (Panda internally uses a Unix-like
|
will search for file references. (Panda internally uses a Unix-like
|
||||||
filename convention, which does not use leading drive letters. See
|
filename convention, which does not use leading drive letters. See
|
||||||
the bullet points in the Cygwin section, above, describing the rules
|
the bullet points in the Cygwin section, above, describing the rules
|
||||||
Panda uses to map its Unix-like filenames to Windows filenames.)
|
Panda uses to map its Unix-like filenames to Windows filenames.)
|
||||||
|
|
||||||
By default, ppremake looks for a local Config.pp file within the
|
|
||||||
install directory (e.g. C:\Panda3d).
|
|
||||||
|
|
||||||
Now make a directory for building Panda. This may be different from
|
Now make a directory for building Panda. This may be different from
|
||||||
the directory, above, that holds the installed Panda files; or it may
|
the directory, above, that holds the installed Panda files; or it may
|
||||||
be the same. In this example we assume you will be building in the
|
be the same. In this example we assume you will be building in the
|
||||||
@ -560,9 +557,8 @@ same directory, C:\Panda3d.
|
|||||||
Now set up your personal Config.pp file to control your local
|
Now set up your personal Config.pp file to control your local
|
||||||
configuration settings, as described above. By default, ppremake will
|
configuration settings, as described above. By default, ppremake will
|
||||||
look for this file in the root of the install directory,
|
look for this file in the root of the install directory,
|
||||||
e.g. C:\Panda3d\Config.pp; but if you want to put it somewhere else
|
e.g. C:\Panda3d\Config.pp; if you want to put it somewhere else you
|
||||||
you should define the variable PPREMAKE_CONFIG to indicate its full
|
should define the variable PPREMAKE_CONFIG to its full path.
|
||||||
path.
|
|
||||||
|
|
||||||
Add the appropriate lines to your Config.pp to define the correct
|
Add the appropriate lines to your Config.pp to define the correct
|
||||||
paths to the various packages you have installed on your system. See
|
paths to the various packages you have installed on your system. See
|
||||||
|
Loading…
x
Reference in New Issue
Block a user