Skip to content

Tiny cross-platform widget to insert snippets into the terminal, editor, etc.

Notifications You must be signed in to change notification settings

sandro-h/snippet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3c2dd04 · May 1, 2021

History

2 Commits
May 1, 2021
May 1, 2021
May 1, 2021
May 1, 2021
May 1, 2021

Repository files navigation

snippet

Installation

Redhat

Prerequisites:

wget https://sourceforge.net/projects/libpng/files/libpng16/1.6.37/libpng-1.6.37.tar.gz
tar xvf libpng-1.6.37.tar.gz
cd libpng-1.6.37/
./configure 
make
sudo make install
sudo ln -s /usr/local/lib/libpng16.so.16 /usr/lib64/libpng16.so.16

Development

Windows cross-compilation

sudo apt install gcc-mingw-w64-x86-64 libz-mingw-w64-dev

GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ go build

About

Tiny cross-platform widget to insert snippets into the terminal, editor, etc.

Resources

Stars

Watchers

Forks