Kile – integrated LaTeX environment
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Slávek Banko 1753ff1122
Additional k => tde renaming and fixes
11 years ago
admin@6b7f7225ef Additional k => tde renaming and fixes 11 years ago
cmake@ba27b9f232 Second part of prior commit 11 years ago
doc Fix references to user profile directory. 12 years ago
src Additional k => tde renaming and fixes 11 years ago
translations Additional k => tde renaming and fixes 11 years ago
.gitmodules Added common directories 13 years ago
AUTHORS Added abandoned KDE3 version of Kile 14 years ago
Building-with-cmake.txt Fix references to user profile directory. 12 years ago
COPYING Added abandoned KDE3 version of Kile 14 years ago
ChangeLog Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
Makefile.am Added abandoned KDE3 version of Kile 14 years ago
Makefile.am.in Added abandoned KDE3 version of Kile 14 years ago
README Fix references to user profile directory. 12 years ago
README.MacOSX Additional renaming of kde to tde 13 years ago
README.cwl Added abandoned KDE3 version of Kile 14 years ago
TODO Added abandoned KDE3 version of Kile 14 years ago
acinclude.m4 Additional k => tde renaming and fixes 11 years ago
aclocal.m4 Added abandoned KDE3 version of Kile 14 years ago
config.h.in Added abandoned KDE3 version of Kile 14 years ago
configure.files Added abandoned KDE3 version of Kile 14 years ago
configure.in Rename kde-config to tde-config 12 years ago
configure.in.bot Added abandoned KDE3 version of Kile 14 years ago
configure.in.in Add automake support for --enable-gcc-hidden-visibility. 12 years ago
kile-remote-control.txt Added abandoned KDE3 version of Kile 14 years ago
stamp-h.in Added abandoned KDE3 version of Kile 14 years ago
subdirs Added abandoned KDE3 version of Kile 14 years ago

README

Dear User/Packager,

this Readme is targeted towards people who want to build Kile from source or plan to create binary packages.
If you have created a package, please drop us a note ( kile-devel@lists.sourceforge.net ) so that we can promote your package.
All specified versions are minimum versions except for KDE and QT.

1.) Checking dependencies

- tdelibs 3.2 - 3.5 and according QT development packages
- autoconf 2.53, automake and make (alternatively cmake 2.4.4, see also Building-with-cmake.txt)
- gcc 3.x/4.x

2.) Building Kile from source

- Extract the source code with `tar xjf kile-2.0.x.tar.bz2`
- `cd kile-2.0.x`
- ./configure --prefix=path_to_KDE3 (/usr or /opt/trinity generally) --with-qt-dir=path_to_QT3 library (/usr/lib/qt3 generally)
	-- If you don't know what the path to KDE3 on your system is, you can use output of `tde-config --prefix`.
	-- Or you can choose `--prefix=$HOME/.trinity` to not mess up with your distribution's package management system.
- Type `make` to compile the package.
- Type `make install` to install the programs, data files and documentation.
- Type `kile` and enjoy the power of LaTeX together with the joy of using Kile :)

3.) Using Kile

To use Kile you (obviously) need some external programs.
The following list is divided into basic, advanced and additional usage.

Basic:

- TeTeX 2.0/3.0 or TeXLive 2005/2007 (Including "AMS"-Packages and the documentation)
- KDVI

Advanced:

- KPDF, KGhostView (Viewing PS and PDF)
- Acroread (Viewing PDF)
- Imagemagick, DVIPNG 1.7 (Bottom bar preview)

By default there are also tools for the following programs defined:

- Tar/zip/gzip/bzip2 (Archive)
- DBlatex (Docbook to LaTeX)
- Metapost and Asymptote
- Latex2html (LaTeX to Web)
- Tex4ht (LaTeX to Web)
- Lilypond (Music Typesetting)
- Konqueror/Mozilla/Firefox (Viewing HTML)
- Kbibtex, KBib, JabRef, pybliographer, gbib (View Bibtex files)

If you have any questions or corrections, please don't hesitate to contact us via kile-devel@lists.sourceforge.net.

The Kile dev team