File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
# This should work on Windows (MinGW) and Linux
4
4
# for MinGW use e.g. https://gitforwindows.org/
5
5
6
- curl -L https://dl.cloudsmith.io/public/ogrecave/ogre/raw/files/ogre-sdk-v13.2 .0-msvc141-x64.zip -o ogre-sdk.zip
6
+ curl -L https://dl.cloudsmith.io/public/ogrecave/ogre/raw/files/ogre-sdk-v13.3 .0-msvc141-x64.zip -o ogre-sdk.zip
7
7
curl -LO https://www.python.org/ftp/python/3.7.9/python-3.7.9-embed-amd64.zip
8
8
unzip python-3.7.9-embed-amd64.zip -d package
9
9
unzip ogre-sdk.zip
@@ -31,4 +31,4 @@ cp win_resources.cfg package/resources.cfg
31
31
cp -R Media/RTShaderLib Media/Main package/
32
32
cp -R Media/packs/SdkTrays.zip package/
33
33
34
- mv package ogre-meshviewer_22.01 -win64
34
+ mv package ogre-meshviewer_22.02 -win64
Original file line number Diff line number Diff line change 1
1
name : ogre-meshviewer
2
- version : " 21.11 "
2
+ version : " 22.02 "
3
3
confinement : strict
4
4
summary : OGRE Mesh Viewer
5
5
description : Viewer for .mesh model files as consumed by OGRE
46
46
- -DCMAKE_INSTALL_PREFIX=/usr/
47
47
- -DCMAKE_CXX_COMPILER=/usr/bin/clang++-12
48
48
source : https://github.com/OGRECave/ogre.git
49
- source-tag : v13.2 .0
49
+ source-tag : v13.3 .0
50
50
source-depth : 1
51
51
build-packages :
52
52
- libassimp-dev
You can’t perform that action at this time.
0 commit comments