There is also an english tutorial with more informations here
Pour cela, on peut utiliser la distribution Busybear-linux, très limitée, mais déjà bien pour un premier test de Qemu avec RISC-V (Site officiel, le CPU à sources ouvertes et sous license libre). il a l’avantage de fournir un système pré-compilé, prêt à l’emploi ici : github.com/michaeljclark/busybear-linux/releases
Les deux fichiers indispensables sont :
* bbl.bz2 = boot
* busybear.bin.bz2 = système
voir pour le bug report sur le compte Github d’OpenToonz. Sorry, this entry is only available in Français. blender-17:2.76-1.0001-armv7h.pkg.tar.xz (Archlinux ARM package, december new version : blender-17:2.76.b-3-armv7h.pkg.tar.xz) This works pretty well with Asus Chromebook C201 and its fantastic Rockchip RK3288 ARM SoC. Still need to install OpenCL, to hardware accelerate Cycle render computing (second rendering in the video). * ARMv7h binary : sdlmess-0.164-1.1-armv7h.pkg.tar.xz Update : There is now a SDLmame package in the yaourt, that package both Mess and Mame.
Compiler OpenToonz sur Linux avec l’état actuel cassé (septembre 2017)
git clone https://github.com/opentoonz/opentoonz.git
cd opentoonz
git checkout 14f0fd28bbeec42dfcebcebe59b858931eaeb881
mkdir -p $HOME/.config/OpenToonz
cp -r opentoonz/stuff $HOME/.config/OpenToonz/
cat « EOF > $HOME/.config/OpenToonz/SystemVar.ini
[General]
OPENTOONZROOT="$HOME/.config/OpenToonz/stuff"
OpenToonzPROFILES="$HOME/.config/OpenToonz/stuff/profiles"
TOONZCACHEROOT="$HOME/.config/OpenToonz/stuff/cache"
TOONZCONFIG="$HOME/.config/OpenToonz/stuff/config"
TOONZFXPRESETS="$HOME/.config/OpenToonz/stuff/projects/fxs"
TOONZLIBRARY="$HOME/.config/OpenToonz/stuff/projects/library"
TOONZPROFILES="$HOME/.config/OpenToonz/stuff/profiles"
TOONZPROJECTS="$HOME/.config/OpenToonz/stuff/projects"
TOONZROOT="$HOME/.config/OpenToonz/stuff"
TOONZSTUDIOPALETTE="$HOME/.config/OpenToonz/stuff/projects/studiopalette"
EOF
cd thirdparty/tiff-4.0.3
./configure —with-pic —disable-jbig
make -j4 # choisir le nombre de cœurs
cd ../../toonz
mkdir build
cmake ../sources
make -j4 # choisir le nombre de cœurs
sudo make install # Va aller dans /opt/opentoonz/bin/opentoonz
(Français) Quelques mises à jours dans les paquets Archlinux ARM faits maison
Blender is usable on ARMv7 (32 bits) without 3D acceleration thanks to LLVMpipe.
Mess 0.164 emulator for archlinux (armv7h)
* PKGBUILD and other build file (adapted of 0.161 from AUR), for i686, x86_64 et ARMv7h : sdlmess-0.164-1.1.PKGBUILD_i686.x86_64.armv7h.tar.x