Error at 'Building Blender on Ubuntu' page #106747
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Code Documentation
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Asset System
Module
Core
Module
Development Management
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#106747
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello,
this is just about a website typo, I didn't know where to post, sorry if this is wrong place for this, my second report.
At
https://wiki.blender.org/wiki/Building_Blender/Linux/Ubuntu
This is wrong -> ./build_files/build_environment/install_linux_packages.py
Correction -> ./blender/build_files/build_environment/install_linux_packages.py
Also a link for old style (pre 3.6) build instructions would be great.
I'm trying to prepare a series of tutorials for building blender2.7 (experimental nightly build from july 2019) on Raspberry Pi 4 (works wonderful).
I even managed to build and enable "Embree" on raspberry pi 4.
I will go over the old style (install_deps.sh) though.
Even blender-v3.5-release builds and works on Raspberry Pi 4 fine for some features.
sorry if I am missing something and this was a false alarm.
Have a nice week.
Hi, thanks for the report. Can confirm.
@ThomasDinges / @ideasman42, can you edit the wiki page?
Providing build instructions for different blender versions is not practical. You can ask for help in #blender-builds channel :)
Hi,
I am not sure changing this path is the proper fix. Maybe
"From within ~/blender-git, running that command will also give you the list of required dependencies. " should be
"From within ~/blender-git/blender/, running that command will also give you the list of required dependencies."
@ideasman42 ^^
For older build instructions you can take a look at https://archive.blender.org/wiki/index.php/Dev:Doc/Building_Blender/
Hi, Thomas!
On the page,
https://wiki.blender.org/wiki/Building_Blender/Linux/Ubuntu
Install Basic Building Environment
From within ~/blender-git, execute that command to install basic building dependencies.
./blender/build_files/build_environment/install_linux_packages.py
Because, on the same page,
Download Sources
Download the latest source code from the projects.blender.org.
(All the source is now in ~/blender-git/blender/ folder.)
Also this report tool makes underscore signs within the words disappear ( Underscore_sign_is_gone ), if I use Italic tool.
Also this report tool makes underscore signs within the words disappear ( Underscoresignisgone ), if I use Italic tool.
Thank you :)
Corrected the reference to
install_linux_packages.py
, the issue of build docs for older releases of Blender are out of scope for the tracker.In some cases the WIKI history may be sufficient, otherwise the way-back machine or similar archiving tools may be needed.
We may move developer docs to version control - which would simplify looking at older instructions, see: #105348
Hi, thanks!
Same correction needs to be done for Advanced Setup section, a little down below the corrected place. I just realized, sorry.
Advanced Setup
Automatic Dependency Installation
When not using precompiled libraries, the preferred way to install dependencies under Linux is to use the install_linux_packages.py script in the Blender sources. It will try to install system packages for all known dependencies, required or optional.
It currently supports Debian (and derivatives like Ubuntu), Fedora, Suse and Arch distributions. It is executed as follows.
Goodday!
Fixed, thanks for the note: https://wiki.blender.org/wiki/Building_Blender/Linux/Ubuntu#Advanced_Setup