diff options
author | Slávek Banko <[email protected]> | 2016-03-26 13:50:43 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-03-26 13:50:43 +0100 |
commit | d62c8c002c51fb7c36487839eeeb4ac89f044dee (patch) | |
tree | bb4d1f5c631ab1f22a3018ba39e6a806035f80fd /README | |
download | kxmleditor-d62c8c002c51fb7c36487839eeeb4ac89f044dee.tar.gz kxmleditor-d62c8c002c51fb7c36487839eeeb4ac89f044dee.zip |
Initial import of kxmleditor 1.1.4
Diffstat (limited to 'README')
-rw-r--r-- | README | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -0,0 +1,22 @@ +Thank you for downloading KXML Editor ! + +KXML Editor is Open Source Software and developed under the GPL (see COPYING for details). + +==================================================================== + +KXML Editor is KParts application, and it must be installed properly to KDE directories. + +Before ./configure, make and make install process, use + +export KDEDIR=/opt/kde3 +export QTDIR=/usr/lib/qt3 + +Of course look where is KDE and Qt path in your system and use correct directories. + +If you experience startup crash, check if library libxmleditorpart.so.1.0.0 +is exists in KDEDIR/lib directory. + +======================================================================= + +Lumir Vanek [email protected]
\ No newline at end of file |