Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.txt « snap « freedesktop « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2e8822f32dc0d200c72cace4b663184938a44bab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38

Snap Package Instructions
=========================

This folder contains the scripts for creating and uploading the snap on:
https://snapcraft.io/blender


Setup
-----

This has only been tested to work on Ubuntu.

# Install required packages
sudo apt install snapd snapcraft


Steps
-----

# Build the snap file
python3 bundle.py --version 2.XX --url https://download.blender.org/release/Blender2.XX/blender-2.XX-x86_64.tar.bz2

# Install snap to test
# --dangerous is needed since the snap has not been signed yet
# --classic is required for installing Blender in general
sudo snap install --dangerous --classic blender_2.XX_amd64.snap

# Upload
snapcraft push --release=stable blender_2.XX_amd64.snap


Release Values
--------------

stable: final release
candidate: release candidates