Menu

Tree [feb2af] main /
 History

HTTPS access


File Date Author Commit
 Image_files_Beaver_used 2023-01-25 LinuxBeaver LinuxBeaver [5621d4] Add files via upload
 LICENSE 2023-01-25 LinuxBeaver LinuxBeaver [739a00] Initial commit
 README.md 2023-01-26 LinuxBeaver LinuxBeaver [6dc502] Update README.md
 build_linux.sh 2023-01-25 LinuxBeaver LinuxBeaver [5621d4] Add files via upload
 config.h 2023-01-25 LinuxBeaver LinuxBeaver [5621d4] Add files via upload
 meson.build 2023-01-25 LinuxBeaver LinuxBeaver [5621d4] Add files via upload
 oo.png 2023-01-25 LinuxBeaver LinuxBeaver [29cb12] Add files via upload
 preview1.png 2023-01-25 LinuxBeaver LinuxBeaver [5621d4] Add files via upload
 preview2.png 2023-01-25 LinuxBeaver LinuxBeaver [5621d4] Add files via upload
 preview3.png 2023-01-25 LinuxBeaver LinuxBeaver [5621d4] Add files via upload
 rawgraph.txt 2023-01-26 LinuxBeaver LinuxBeaver [dd637a] Update rawgraph.txt
 ssg.c 2023-01-29 LinuxBeaver LinuxBeaver [feb2af] Update ssg.c

Read Me

Location to put Binaries

Windows
C:\Users\AppData\Local\gegl-0.4\plug-ins

Linux
/home/(USERNAME)/.local/share/gegl-0.4/plug-ins

Linux (Flatpak)
/home/(USERNAME)/.var/app/org.gimp.GIMP/data/gegl-0.4/plug-ins

image preview
image preview

Compiling and Installing

Linux

To compile and install you will need the GEGL header files (libgegl-dev on
Debian based distributions or gegl on Arch Linux) and meson (meson on
most distributions).

meson setup --buildtype=release build
ninja -C build

If you have an older version of gegl you may need to copy to ~/.local/share/gegl-0.3/plug-ins
instead (on Ubuntu 18.04 for example).

Windows

The easiest way to compile this project on Windows is by using msys2. Download
and install it from here: https://www.msys2.org/

Open a msys2 terminal with C:\msys64\mingw64.exe. Run the following to
install required build dependencies:

pacman --noconfirm -S base-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-meson mingw-w64-x86_64-gegl

Then build the same way you would on Linux:

meson setup --buildtype=release build
ninja -C build
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.