xuv's notebook

Side notes, howtos and random bits of information related to Julien Deswaef's projects

User Tools

Site Tools


arch:latest_blender_on_a_raspberry_pi_2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
arch:latest_blender_on_a_raspberry_pi_2 [2016/10/07 07:51] – [Some notes on ArchLinuxArm and install instructions] Julien Deswaefarch:latest_blender_on_a_raspberry_pi_2 [2016/10/07 07:54] (current) – [Installing Blender and other tools] Julien Deswaef
Line 42: Line 42:
 </code> </code>
  
-//You will notice that in my case, it's an SD card with 2 partitions already. It does not matter, they are going to be deleted by the installation procedure. In my case, the ''/dev/sdX'' from teh instructions will be replaced by ''/dev/mmcblk0''.//+//You will notice that in my case, it's an SD card with 2 partitions already. It does not matter, they are going to be deleted by the installation procedure. In my case, the ''/dev/sdX'' from the instructions will be replaced by ''/dev/mmcblk0''.//
  
 ==== Installing Blender and other tools ==== ==== Installing Blender and other tools ====
Line 56: Line 56:
 As root, you can then perform ''pacman -Syu'' which is the Arch Linux way to update the system. It will download all the updates available and install them. //So you know, Arch Linux is a system that updates very frequently.// As root, you can then perform ''pacman -Syu'' which is the Arch Linux way to update the system. It will download all the updates available and install them. //So you know, Arch Linux is a system that updates very frequently.//
  
-As you are probably more used to it, you might want to use ''sudo'' instead ''su'' to do things. **sudo** is not installed by default. To install it, as root, do ''pacman -Syu sudo''. This will install sudo **and** verify that the system is up to date. Arch Linux only supports installing software on an updated system.+As you are probably more used to it, you might want to use ''sudo'' instead of ''su'' to do things. **sudo** is not installed by default. To install it, as root, do ''pacman -Syu sudo''. This will install sudo **and** verify that the system is up to date. Arch Linux only supports installing software on an updated system.
  
 To configure ''sudo'' for your user, as root, do ''EDITOR=nano visudo'' and uncomment the line that looks like this: To configure ''sudo'' for your user, as root, do ''EDITOR=nano visudo'' and uncomment the line that looks like this:
Line 81: Line 81:
  build system: CMake  build system: CMake
 </code> </code>
 +
 +And you're done.
  
 ===== Conclusion ===== ===== Conclusion =====
arch/latest_blender_on_a_raspberry_pi_2.1475819462.txt.gz · Last modified: 2016/10/07 07:51 by Julien Deswaef