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 6
6
mkdir winpkg
7
7
cd winpkg
8
8
9
- curl -L https://dl.cloudsmith.io/public/ogrecave/ogre/raw/versions/v14.3.1 /ogre-sdk-v14.3.1 -msvc142-x64.zip -o ogre-sdk.zip
9
+ curl -L https://dl.cloudsmith.io/public/ogrecave/ogre/raw/versions/v14.4.0 /ogre-sdk-v14.4.0 -msvc142-x64.zip -o ogre-sdk.zip
10
10
curl -LO https://www.python.org/ftp/python/3.10.10/python-3.10.10-embed-amd64.zip
11
11
curl -LO https://github.com/OGRECave/ogre-meshviewer/releases/download/24.02/tkinter_3.10.10-amd64.zip
12
12
unzip python-3.10.10-embed-amd64.zip -d package
@@ -38,4 +38,4 @@ cp ../win_resources.cfg package/resources.cfg
38
38
cp -R Media/RTShaderLib Media/Main package/
39
39
cp -R ../fonts package/
40
40
41
- mv package ogre-meshviewer_24.10 -win64
41
+ mv package ogre-meshviewer_25.07 -win64
Original file line number Diff line number Diff line change 1
1
name : ogre-meshviewer
2
- version : " 24.10 "
2
+ version : " 25.07 "
3
3
confinement : strict
4
4
summary : OGRE Mesh Viewer
5
5
description : Viewer for .mesh model files as consumed by OGRE
48
48
- -DCMAKE_INSTALL_PREFIX=/usr/
49
49
- -DCMAKE_CXX_COMPILER=/usr/bin/clang++-15
50
50
source : https://github.com/OGRECave/ogre.git
51
- source-tag : master
51
+ source-tag : v14.4.0
52
52
source-depth : 1
53
53
build-packages :
54
54
- libassimp-dev
You can’t perform that action at this time.
0 commit comments