Yansky

Untitled

Mar 22nd, 2011
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.35 KB | None | 0 0
  1. ./configure --prefix=/Applications/gedit.app/Contents/Resources
  2. make
  3. make install
  4. gcc -arch i386 -L/Applications/gedit.app/Contents/Resources/lib/ -DHAVE_CONFIG_H -I$PWD -I$PWD `pkg-config --cflags gedit-2.20` src/scrollpaste-plugin.c -Wl,-undefined -Wl,dynamic_lookup -bundle -o /Applications/gedit.app/Contents/Resources/lib/gedit-2/plugins/libscrollpaste.so
Advertisement
Add Comment
Please, Sign In to add comment