3
edits
Line 16: | Line 16: | ||
== Building == | == Building == | ||
You build using the provided Makefile | You build using the provided Makefile after executing the autogen.sh and configure scripts | ||
cd mozembed/gtk | cd mozembed/gtk/x11 | ||
bash ./autogen.sh | |||
./configure | |||
make | make | ||
edits