Emanuele Mazza
Emanuele Mazza
Hey guys, sorry for the delay, first of all thanks @luisArandas for your interest in Mosaic, then about the current state of community tools, as @Daandelange said, we have a...
Thanks @alcomposer i didn't have an install file for Arch Linux, as you can see here: https://gist.github.com/d3cod3 If you can kindly give me some more info about your OF install,...
Ok, that is probably related with this part of the install script: ```bash if [ ! -e /usr/lib/x86_64-linux-gnu/pkgconfig/python.pc ]; then ln -s /usr/lib/x86_64-linux-gnu/pkgconfig/python-2.7.pc /usr/lib/x86_64-linux-gnu/pkgconfig/python.pc fi ``` That works on some...
Take a look here: https://gist.github.com/d3cod3/fbb76735554c3b38e811414d96fc28d6 before make, there are some things to do!
Some info and patches here about compiling of 0.10 on Arch Linux: https://aur.archlinux.org/packages/openframeworks/
Ok, i'm writing a specific install script for Arch Linux, i'm testing it on a virtual machine, specifically on vagrant **archlinux/archlinux** box: https://app.vagrantup.com/archlinux/boxes/archlinux I'm having the most strange issue with...
Ok, in order to build Mosaic, first we need to make all the addons dependencies compile first, i have installed openFrameworks from here: https://openframeworks.cc/versions/v0.11.0/of_v0.11.0_linux64gcc6_release.tar.gz i had to apply a couple...
Amazing! thank you for the info, i'll test it on the virtual machine and publish today an install script for Arch Linux!
Arch linux auto install script: https://gist.github.com/d3cod3/46fb10b028d7210f54a6d408f7d5ad84
HI, that must be related to this: https://aur.archlinux.org/cgit/aur.git/plain/make_4.3_error_fix.patch?h=openframeworks it is a patch for arch linux, already included in Mosaic installer, but activating only on arch right now! I'll check it...