added note about dtd symlink

This commit is contained in:
ahrenholz@gmail.com 2013-05-16 22:34:22 +00:00
parent 6ce85a1b93
commit 669c36793d

View file

@ -81,6 +81,10 @@ Here are additional dependencies if you plan on building EMANE from source:
sudo apt-get install autoconf automake libtool libxml2-dev sudo apt-get install autoconf automake libtool libxml2-dev
}}} }}}
When EMANE is installed from source, XML files may still reference DTDs found in `/usr/share/emane/dtds`. An easy fix for this is to create a symlink:
{{{
sudo ln -s /usr/local/share/emane /usr/share/emane
}}}
= Misc Info = = Misc Info =