aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Verona2013-06-12 23:04:28 +0200
committerJoakim Verona2013-06-12 23:04:28 +0200
commit68e305005fbc03f98e7b2e9808d482a3a80146ea (patch)
tree8557f3adca0479f02fedaacd86888386adeb3014
parente6fa6da6899bf1b4877b96c450eae3934085d560 (diff)
downloademacs-68e305005fbc03f98e7b2e9808d482a3a80146ea.tar.gz
emacs-68e305005fbc03f98e7b2e9808d482a3a80146ea.zip
mention the git repo
-rw-r--r--README.xwidget2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.xwidget b/README.xwidget
index d4ed54549e0..f631ea04ad8 100644
--- a/README.xwidget
+++ b/README.xwidget
@@ -27,6 +27,8 @@ necessary to support the Emacs window paradigm.
27 27
28** building 28** building
29bzr co bzr+ssh://bzr.savannah.gnu.org/emacs/xwidget/ 29bzr co bzr+ssh://bzr.savannah.gnu.org/emacs/xwidget/
30#or:
31#git clone https://github.com/jave/xwidget-emacs.git
30#the below compiler flags shouldn't be strictly necessary 32#the below compiler flags shouldn't be strictly necessary
31export CFLAGS=" -g" 33export CFLAGS=" -g"
32./configure --with-xwidgets --enable-asserts --with-x-toolkit=gtk3 34./configure --with-xwidgets --enable-asserts --with-x-toolkit=gtk3