Skip to content

Instantly share code, notes, and snippets.

@cho2
Created September 15, 2016 02:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cho2/bcf5874fb4385b8fe855ecdb6bff35d0 to your computer and use it in GitHub Desktop.
Save cho2/bcf5874fb4385b8fe855ecdb6bff35d0 to your computer and use it in GitHub Desktop.

Maleo on Fedora 24

install requirements

  • sudo dnf install git seed seed-devel vala cmake gcc-c++ gtk3-devel libxml2-devel webkitgtk4-devel

build maleo

  • git clone https://github.com/cho2/maleo-v2.git
  • cd maleo-v2
  • mkdir build
  • cd build
  • cmake ..
  • make
  • ./maleo --version

build webkit2 extension

  • cd maleo-v2
  • cd src/extension
  • make

copy maleo-server.so to build directory (maleo and maleo-server.so must be on same directory)

  • cp maleo-server.so ../../build/

test

  • ./maleo ../examples/hello

another example

  • git clone https://github.com/cho2/instagram-maleo.git
  • ./maleo ../../instagram-maleo/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment