Boop-GTK

A scriptable scratchpad for developers

Port of @IvanMathy's Boop to GTK

Continuous integration Release Crates.io

Get Boop-GTK

Building

Linux

shell sudo apt-get install -y libgtk-3-dev libgtksourceview-3.0-dev cargo build

MacOS

shell brew install gtk+3 gtksourceview3 cargo build

Windows

powershell git clone https://github.com/wingtk/gvsbuild.git C:\gtk-build\github\gvsbuild cd C:\gtk-build\github\gvsbuild; python .\build.py build -p=x64 --vs-ver=16 --msys-dir=C:\msys64 -k --enable-gi --py-wheel --py-egg gtk3 gdk-pixbuf gtksourceview3 $Env:GTKSOURCEVIEW_3.0_NO_PKG_CONFIG=1; $Env:SYSTEM_DEPS_GTKSOURCEVIEW_3.0_LIB="gtksourceview-3.0"; cargo build