blob: 42d4a12c80902e6bf5607180e7a93bd11838e84d [file] [log] [blame]
Bram Moolenaar843ee412004-06-30 16:16:41 +00001Vim with KDE: kvim
2
3ON THE INTERNET
4===============
5
6 The homepage is http://www.freehackers.org/kvim/
7 The core is build around the official vim-6.x releases and patches
8
9 KVim CVS is full and does not need extra package. Just download and compile it.
10
11INSTALL :
12=========
13 We now use Vim's configure to configure, compile and install KVim.
14
15 Don't forget, that you need to have QT and KDE headers and tools installed, otherwise it won't
16 work ! (these can commonly be found in kde-devel/qt-devel packages)
17
18 Enter the 'src' directory and configure it your way (you need to add at least these flags to the configure command line : --enable-gui=kde --with-qt-dir=$QTDIR ) then make and make install as root.
19 We added to configure some options for KDE / QT detection, it will for example, find whether you use KDE 2.x or KDE 3.x automatically. For now, QT is _not_ autodetected. I hope to fix this soon.
20 From KVim 6.1, you can now use a KDE toolbar instead of Vim's Toolbar, to enable it, use the --enable-kde-toolbar configure flag.
21
22
23=> If it fails : (yes it still can, the configure script i wrote is still experimental and probably not
24perfect ;p)
25 or 'how to make a bug report' :
26
27 In some cases, I can imagine it will fail, if this happens then send to marchand@kde.org :
28 ->auto/config.mk (important one)
29 ->your configure command line with your options
30 ->your paths : where KDE is (which version ?), where QT is (version ?), and find where your
31 libs are (your kdelibs, your QT libs and QT headers)
32 ->the output of 'kde-config --version'
33 ->your OS / Linux Distribution version
34 ->in case of a compilation error : the full error output.
35 ->the compiler used (gcc 2.95, 2.96, 3.1 ...)
36 ->any stuff you think could be usefull to me :)
37
38 Thanks for giving KVim a try, we hope you'll enjoy it !
39
40
41DEVELOPMENT STATE AND KNOWN BUGS:
42=================================
43Most Vim GUI features are now implemented, only multibyte support is incomplete.
44We are working on this and this is our primary goal after KVim 6.1 release.
45We hope to get it to work before we include KVim into the core Vim which we want to
46do before the end of the year 2002 if possible.
47
48We would be happy to hear from you if you've tried kvim. Tell us
49what is missing, what you like and don't like, and what you want.
50
51As people have wished it for a while, Philippe developped a component for Vim.
52The component is now fully usable with GVim and KVim and can be found on KDE's CVS
53in the kdeextragear-1 module.
54
55SOURCE ACCESS:
56==============
57Releases and maybe snapshots are/will be found on http://freehackers.org/kvim/
58The CVS is CVSROOT=:pserver:anonymous@cvs.tuxfamily.org:/cvsroot/kvim
59(with no password)
60You'll find there a full vim 6.x package (with runtime files included).
61
62MAILING LIST:
63=============
64As we released KVim 6.0, we created a public mailing list, for feedback,
65user help and development related discussions : "kvim-dev@freenux.org",
66 to subscribe send a mail to "kvim-dev-subscribe@freenux.org" with
67"subscribe" as the subject and just reply to the mail you will receive.
68(sorry the admin messages are in french, but the list discussions are in
69english)
70
71THANKS :
72========
73To all the guys on #kde@opn (Neil, Malte and many other) and to all the people who
74tried, debugged, compiled and recompiled again KVim to bring now a much more robust KVim
75and of course to all of you who send patchs and comments :)
76And of course to Vim Authors :)
77
78CURRENT MAINTAINER:
79===================
80 Mickael Marchand <marchand@kde.org>
81
82DEVELOPERS (CVS accounts):
83==========
84 Mickael Marchand <marchand@kde.org> (marchand)
85 Mark Westcott <mark@houseoffish.org> Qtopia GUI (mark)
86 Thomas Capricelli <orzel@kde.org> Initial KVim author (orzel)
87 Philippe Fremy <pfremy@chez.com> Initial KVim author (pfremy)
88
89AUTHORS
90=========
91 Thomas Capricelli <orzel@kde.org> Initial KVim author
92 Philippe Fremy <pfremy@chez.com> Initial KVim author
93
94CONTRIBUTORS
95============
96 David Spencer Tyree <celer@scrypt.net>
97 Vince Negri <vince@bulbous.freeserve.co.uk> AntiAliasing support
98 Kailash Sethuraman (hsaliak, #netbsd@opn) NetBSD configuration/compilation fixes
99 Some other, see the About KVim dialog box in KVim...
100
101