How do I get XML Copy Editor working on Redhat?
The following should work:
Grab tarball from download area tar -xf xmlcopyeditor* cd xmlcopyeditor* ./configure make su make install
The configure stage may prompt you to fetch some additional libraries, but I think they're all available.
If you hit compilation errors you can't resolve, give me a shout.
-gerald
Log in to post a comment.
How do I get XML Copy Editor working on Redhat?
The following should work:
Grab tarball from download area
tar -xf xmlcopyeditor*
cd xmlcopyeditor*
./configure
make
su
make install
The configure stage may prompt you to fetch some additional libraries, but I think they're all available.
If you hit compilation errors you can't resolve, give me a shout.
-gerald