mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Use new 1.10.8 thirdparty archive for macOS
This commit is contained in:
parent
c8a35641c1
commit
e98052b99b
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@ -92,10 +92,10 @@ jobs:
|
|||||||
- name: Install dependencies (macOS)
|
- name: Install dependencies (macOS)
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
curl -O https://www.panda3d.org/download/panda3d-1.10.7/panda3d-1.10.7-tools-mac.tar.gz
|
curl -O https://www.panda3d.org/download/panda3d-1.10.8/panda3d-1.10.8-tools-mac.tar.gz
|
||||||
tar -xf panda3d-1.10.7-tools-mac.tar.gz
|
tar -xf panda3d-1.10.8-tools-mac.tar.gz
|
||||||
mv panda3d-1.10.7/thirdparty thirdparty
|
mv panda3d-1.10.8/thirdparty thirdparty
|
||||||
rmdir panda3d-1.10.7
|
rmdir panda3d-1.10.8
|
||||||
|
|
||||||
mkdir -p build/Frameworks
|
mkdir -p build/Frameworks
|
||||||
cp -R thirdparty/darwin-libs-a/nvidiacg/Cg.framework build/Frameworks/Cg.framework
|
cp -R thirdparty/darwin-libs-a/nvidiacg/Cg.framework build/Frameworks/Cg.framework
|
||||||
@ -356,10 +356,10 @@ jobs:
|
|||||||
- name: Get thirdparty packages (macOS)
|
- name: Get thirdparty packages (macOS)
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
curl -O https://www.panda3d.org/download/panda3d-1.10.7/panda3d-1.10.7-tools-mac.tar.gz
|
curl -O https://www.panda3d.org/download/panda3d-1.10.8/panda3d-1.10.8-tools-mac.tar.gz
|
||||||
tar -xf panda3d-1.10.7-tools-mac.tar.gz
|
tar -xf panda3d-1.10.8-tools-mac.tar.gz
|
||||||
mv panda3d-1.10.7/thirdparty thirdparty
|
mv panda3d-1.10.8/thirdparty thirdparty
|
||||||
rmdir panda3d-1.10.7
|
rmdir panda3d-1.10.8
|
||||||
(cd thirdparty/darwin-libs-a && rm -rf rocket)
|
(cd thirdparty/darwin-libs-a && rm -rf rocket)
|
||||||
- name: Set up Python 3.9
|
- name: Set up Python 3.9
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
|
@ -136,7 +136,7 @@ macOS
|
|||||||
-----
|
-----
|
||||||
|
|
||||||
On macOS, you will need to download a set of precompiled thirdparty packages in order to
|
On macOS, you will need to download a set of precompiled thirdparty packages in order to
|
||||||
compile Panda3D, which can be acquired from [here](https://www.panda3d.org/download/panda3d-1.10.7/panda3d-1.10.7-tools-mac.tar.gz).
|
compile Panda3D, which can be acquired from [here](https://www.panda3d.org/download/panda3d-1.10.8/panda3d-1.10.8-tools-mac.tar.gz).
|
||||||
|
|
||||||
After placing the thirdparty directory inside the panda3d source directory,
|
After placing the thirdparty directory inside the panda3d source directory,
|
||||||
you may build Panda3D using a command like the following:
|
you may build Panda3D using a command like the following:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user