1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 06:54:12 +01:00

updated explaination how to build muttator

This commit is contained in:
Martin Stubenschrott
2008-03-01 20:51:17 +00:00
parent 38f8e79bd1
commit 15ab2c5f88
2 changed files with 11 additions and 155 deletions

11
README Normal file
View File

@@ -0,0 +1,11 @@
In order to build muttator, you also need to checkout vimperator from:
http://vimperator.mozdev.org.
And symlink the following files:
cd muttator/src
ln -s ../../vimperator/src/Makefile.common .
ln -s ../../vimperator/src/content .
If you want to check-in changes, don't forget to also commit the vimperator part
inside the local vimperator/ directory.