python - How to find panda3d source directory? -


i'm trying install panda3d keep running errors. says "after placing thirdparty directory inside panda3d source directory, may build panda3d using command following:

bash python makepanda/makepanda.py --everything --installer " when run on terminal error python: can't open file 'makepanda/makepandacore.py': [errno 2] no such file or directory

i'm not sure "source directory" may problem. put downloaded file panda3d folder.

i followed process outlined on github repo macos , worked no problems:

1.download precompiled third party packages macos:

wget https://www.panda3d.org/download/panda3d-1.9.4/panda3d-1.9.4-tools-mac.tar.gz

2.clone panda3d's github repo:

git clone https://github.com/panda3d/panda3d.git

3.navigate repo root directory:

cd panda3d

4.make thirdparty directory under panda/src:

mkdir panda/src/thirdparty

extract contents of downloaded file thirdparty folder inside of src folder:

tar -xvzf ../panda3d-1.9.4-tools-mac.tar.gz -c panda/src/thirdparty

5.run build command:

python makepanda/makepanda.py --everything --installer

5.install generated .dmg file through finder macos apps.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -