Open lucasw opened 6 years ago
git clone https://github.com/dyne/frei0r.git
mkdir build_frei0r
cd build_frei0r
cmake ../frei0r/ -DCMAKE_INSTALL_PREFIX=$HOME/other/install
make
make install
...
Install the project...
-- Install configuration: "RelWithDebInfo"
-- Up-to-date: /home/lucasw/other/install/./include
-- Installing: /home/lucasw/other/install/./include/frei0r.h
-- Installing: /home/lucasw/other/install/lib/pkgconfig/frei0r.pc
-- Installing: /home/lucasw/other/install/lib/frei0r-1/facebl0r.so
...
-- Installing: /home/lucasw/other/install/lib/frei0r-1/overlay.so
-- Installing: /home/lucasw/other/install/lib/frei0r-1/saturation.so
-- Installing: /home/lucasw/other/install/lib/frei0r-1/screen.so
-- Installing: /home/lucasw/other/install/lib/frei0r-1/softlight.so
-- Installing: /home/lucasw/other/install/lib/frei0r-1/subtract.so
-- Installing: /home/lucasw/other/install/lib/frei0r-1/uvmap.so
-- Installing: /home/lucasw/other/install/lib/frei0r-1/value.so
-- Installing: /home/lucasw/other/install/lib/frei0r-1/xfade0r.so
-- Installing: /home/lucasw/other/install/lib/frei0r-1/RGB.so
The put the path into ~/.gephex/0.4/gephex.conf
:
frei0r_path = [/home/lucasw/other/install/lib/frei0r-1/;/usr/local/lib/frei0r-1/;/usr/lib/frei0r-1/]
Or skip the above and
sudo apt-install frei0r-plugins
There are too many, they need some organization within the frei0r menu.
All the icons are identical, and the names don't appear in the Properties- fix the latter at least.
Many of them causes crashes- probably gephex isn't handling them right.
https://github.com/dyne/frei0r
Document using these.
Also pr my own frei0r modules into the above repo.