|
@@ -3,8 +3,9 @@ how to set up Panda on a new PC using our internal development
|
|
|
environment. It is not useful for programmers who are not within the
|
|
environment. It is not useful for programmers who are not within the
|
|
|
VR Studio firewall.
|
|
VR Studio firewall.
|
|
|
|
|
|
|
|
-If you are looking for documentation on installing Panda in the rest
|
|
|
|
|
-of the world, see INSTALL.txt in this directory.
|
|
|
|
|
|
|
+If you are looking for documentation on installing Panda for the rest
|
|
|
|
|
+of the world, see INSTALL in the root directory of the panda3d tree
|
|
|
|
|
+(or in the doc CVS module).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -194,14 +195,14 @@ Step 7: (Optional) Build $DTOOL
|
|
|
> cta dtool personal
|
|
> cta dtool personal
|
|
|
> cd $DTOOL
|
|
> cd $DTOOL
|
|
|
> ppremake
|
|
> ppremake
|
|
|
- > nmake install
|
|
|
|
|
|
|
+ > make install
|
|
|
|
|
|
|
|
Step 8: (Optional) Build $PANDA
|
|
Step 8: (Optional) Build $PANDA
|
|
|
- Build panda
|
|
- Build panda
|
|
|
> cta panda personal
|
|
> cta panda personal
|
|
|
> cd $PANDA
|
|
> cd $PANDA
|
|
|
> ppremake
|
|
> ppremake
|
|
|
- > nmake install
|
|
|
|
|
|
|
+ > make install
|
|
|
- You can now run "demo" to test the install and build - you should
|
|
- You can now run "demo" to test the install and build - you should
|
|
|
see a window pop up with a triangle in it. To see the triangle with
|
|
see a window pop up with a triangle in it. To see the triangle with
|
|
|
a texture on it, you'll need to be in $PANDA/src/all/testbed/ when
|
|
a texture on it, you'll need to be in $PANDA/src/all/testbed/ when
|
|
@@ -233,13 +234,13 @@ Step 10: Build $DIRECT
|
|
|
> cta direct personal
|
|
> cta direct personal
|
|
|
> cd $DIRECT
|
|
> cd $DIRECT
|
|
|
> ppremake
|
|
> ppremake
|
|
|
- > nmake install
|
|
|
|
|
|
|
+ > make install
|
|
|
|
|
|
|
|
Step 11: Build $TOONTOWN
|
|
Step 11: Build $TOONTOWN
|
|
|
> cta toontown personal
|
|
> cta toontown personal
|
|
|
> cd $TOONTOWN
|
|
> cd $TOONTOWN
|
|
|
> ppremake
|
|
> ppremake
|
|
|
- > nmake install
|
|
|
|
|
|
|
+ > make install
|
|
|
|
|
|
|
|
Step 12: Generate Python Code
|
|
Step 12: Generate Python Code
|
|
|
> cd $DIRECT/bin
|
|
> cd $DIRECT/bin
|