mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Clarified install docs
This commit is contained in:
parent
08239df6ab
commit
21727aca0c
@ -107,15 +107,19 @@ to continue with the installation process.
|
|||||||
|
|
||||||
INSTALLING PANDA
|
INSTALLING PANDA
|
||||||
|
|
||||||
The first step is to copy 'models' and 'samples' into the built
|
The first step is to copy 'samples' into the built subdirectory, and
|
||||||
subdirectory, and 'direct/src' into 'built/direct/src'. Then, move
|
'direct/src' into 'built/direct/src'. Then, move the built directory
|
||||||
the built directory anywhere you like on your system. For example,
|
anywhere you like on your system. For example, Linux users might want
|
||||||
Linux users might want to move it to /usr/local:
|
to do this:
|
||||||
|
|
||||||
|
cp --recursive samples built/samples
|
||||||
|
cp --recursive direct/src built/direct/src
|
||||||
mv built /usr/local/panda3d
|
mv built /usr/local/panda3d
|
||||||
|
|
||||||
Windows users might want to move it to C:\Panda3D
|
Windows users might want to do this:
|
||||||
|
|
||||||
|
xcopy /IE samples built\samples
|
||||||
|
xcopy /IE direct\src built\direct\src
|
||||||
move built c:\Panda3D
|
move built c:\Panda3D
|
||||||
|
|
||||||
Then, add the panda bin directory to your PATH. Under Linux, it is
|
Then, add the panda bin directory to your PATH. Under Linux, it is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user