Skip to content

Instantly share code, notes, and snippets.

@ba0f3
Last active August 29, 2015 14:07
Show Gist options
  • Save ba0f3/58db1a3642d9260f528b to your computer and use it in GitHub Desktop.
Save ba0f3/58db1a3642d9260f528b to your computer and use it in GitHub Desktop.
Compile SparkleShare-1.4 on Ubuntu 14.10
520 apt-fast install mono-complete
523 apt-fast install gtk-sharp3
536 cd ../dbus-sharp-master/
537 ./autogen.sh
538 make
539 sudo make install
540 cd ../dbus-sharp-glib-master/
541 ./autogen.sh
542 make && sudo make install
543 cd ../notify-sharp-master/
# change require to gtk-sharp-3.0
548 ./autogen.sh
549 make
550 sudo make install
567 ./autogen.sh
569 apt-fast install libwebkitgtk-3.0-dev
570 ./autogen.sh
573 cd ../soup-sharp-master/
574 ./autogen.sh
575 make && sudo make install
576 cd ../webkitgtk-sharp-master/
577 ./autogen.sh
578 make && sudo make install
579 cd ../sparkleshare-1.4/
580 ./configure
581 make
595 cd ../sparkleshare-1.4/
596 ./configure
597 make
598 make install
599 sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment