File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 66mkdir winpkg
77cd winpkg
88
9- curl -L https://dl.cloudsmith.io/public/ogrecave/ogre/raw/versions/v13.6.2 /ogre-sdk-v13.6.2 -msvc141-x64.zip -o ogre-sdk.zip
10- curl -LO https://www.python.org/ftp/python/3.10.9 /python-3.10.9 -embed-amd64.zip
11- unzip python-3.10.9 -embed-amd64.zip -d package
9+ curl -L https://dl.cloudsmith.io/public/ogrecave/ogre/raw/versions/v14.0.0 /ogre-sdk-v14.0.0 -msvc141-x64.zip -o ogre-sdk.zip
10+ curl -LO https://www.python.org/ftp/python/3.10.10 /python-3.10.10 -embed-amd64.zip
11+ unzip python-3.10.10 -embed-amd64.zip -d package
1212unzip ogre-sdk.zip
1313
1414# main
@@ -36,4 +36,4 @@ cp ../win_resources.cfg package/resources.cfg
3636cp -R Media/RTShaderLib Media/Main package/
3737cp -R Media/packs/SdkTrays.zip package/
3838
39- mv package ogre-meshviewer_23.02 -win64
39+ mv package ogre-meshviewer_23.07 -win64
Original file line number Diff line number Diff line change 11name : ogre-meshviewer
2- version : " 23.02 "
2+ version : " 23.07 "
33confinement : strict
44summary : OGRE Mesh Viewer
55description : Viewer for .mesh model files as consumed by OGRE
4747 - -DCMAKE_INSTALL_PREFIX=/usr/
4848 - -DCMAKE_CXX_COMPILER=/usr/bin/clang++-15
4949 source : https://github.com/OGRECave/ogre.git
50- source-tag : v13.6.2
50+ source-tag : v14.0.0
5151 source-depth : 1
5252 build-packages :
5353 - libassimp-dev
Original file line number Diff line number Diff line change 11# This file is only used on Windows, where we cannot simply reference the Ogre installation
22[OgreInternal]
33FileSystem =Main
4- FileSystem =RTShaderLib/GLSL
5- FileSystem =RTShaderLib/HLSL_Cg
4+ FileSystem =RTShaderLib
65
76[OgreMeshViewer]
87Zip =./SdkTrays.zip
You can’t perform that action at this time.
0 commit comments