]> git.lyx.org Git - lyx.git/blob - README
Move fontconfig stuff from ANNOUNCE to INSTALL.
[lyx.git] / README
1 Preamble: LyX version scheme
2
3         In September of 1999 the LyX Team decided that we could no
4         longer successfully use the two strand development process
5         like the Linux kernel. The idea was to to switch to a
6         development model similar to that used by Fetchmail where
7         we would make only small stable changes between releases
8         and release more often.  This lead to the 1.1.x series of LyX
9         releases during which the inhards of the program were rewritten
10         to make use of the C++ Standard Library features, establish
11         the foundations of GUI/system independence, and generally
12         clean up the data structures used in the core of LyX.
13
14         As of April 2002, this transition phase is completed and we
15         feel it is time to switch to (yet) another version scheme.
16         This new series will be in a state of continual advancement.
17         Note the word "advancement" and not "development." Development
18         will be occurring in branches of CVS and once the
19         feature/modification has proved stable it will be merged into
20         the main releases.
21
22         LyX still uses a continuous numbering scheme in which odd or
23         even numbering is not significant. Instead a number '1.x.y'
24         indicates stable release '1.x', fix level 'y'. Prereleases
25         are labeled with a "pre" suffix. Thus there are three possible
26         file names:
27
28            lyx-1.2.0.tar.gz       -- stable release
29            lyx-1.2.2.tar.gz       -- second maintenance release of the
30                                      1.2.0 stable release
31            lyx-1.2.0pre1.tar.gz   -- potentially unstable test release
32
33         The maintenance releases are designed primarily to fix bugs. The
34         goal here is not to have parallel development as for the linux
35         kernel (the team is too small to afford that), but rather to
36         include all the simple (so that the maintenance burden on us
37         is not too high) and safe (so that system administrators can
38         install them without fear) bug fixes.  Experience shows that
39         these releases will contain a few new features, and that the
40         bulk of the patches will be documentation updates.
41
42 What is LyX?
43
44         LyX is an advanced open-source "document processor". Unlike
45         standard word processors, LyX encourages writing based on the
46         structure of your documents, not their appearance. It lets you
47         concentrate on writing, leaving details of visual layout to the
48         software.
49
50         You can read more about this concept in the documentation,
51         which you'll find under the Help menu.  If you plan to use LyX,
52         you really should read about it to be able to make the best of
53         it.
54
55 What is LyX not?
56
57         LyX is not just another word processor that claims to be a
58         Desktop Publishing program.  It's a more modern way of
59         creating documents that look much nicer, but without wasting
60         time with layout-fiddling.  For these reasons you might need
61         little time to get used to the differences.
62         If you are looking for a free Desktop Publishing program for
63         Unix, you will be disappointed.
64
65 What do I need to run LyX?
66
67         A Unix-like system or Windows with cygwin, OS/2 with XFree
68         At least X11 Release 5.
69         A decent LaTeX2e installation (e.g. teTeX or NTeX) not older
70            than 1995/12/01.
71         Perl5.002 or later to import LaTeX files into LyX.
72
73 What's new?
74
75         Read NEWS.
76
77 How do I install a binary distribution of LyX?
78
79         Unpack it and run it.  We recommend unpacking it in /usr/local,
80         but it should work anywhere.  In particular, you can try LyX
81         in a temporary directory before installing permanently by
82         typing "bin/lyx".
83
84         We recommend that you configure LyX system-wide by copying the
85         file share/lyx/lyxrc.example to share/lyx/lyxrc, and then
86         reading and modifying it.
87
88         You should read the notes regarding this particular build in
89         the file README.bin.
90
91 How do I upgrade from an earlier LyX version?
92
93         Read the file UPGRADING for info on this subject.
94         If you are upgrading from version 0.12.0 or later, you don't
95         need to do anything special.
96
97 What do I need to compile LyX from the source distribution?
98
99         * A good c++ compiler.  Development is being done mainly on
100           gcc/g++, but some others work. As of LyX 1.3.0, you need at
101           least gcc 2.95.X (or egcs 1.1.x). Another compiler known to
102           work is compaq cxx 6.1.
103         Either:
104         * The Xforms library, version 0.89.5 or newer. We recommend
105           the LGPL version 1.0.
106         * LibXpm, version 4.7 or newer.
107         Or:
108         * The Qt library, version 2.x or 3.x.
109
110         Read the file "INSTALL" for more information on compiling.
111
112 Okay, I've installed LyX. What now?
113
114         Once you've installed it, and everything looks fine, go read
115         the "Introduction" item under the Help menu.  You should follow
116         the instructions there, which tell you to read (or at least skim)
117         the Tutorial. After that, you should also read "Help/LaTeX
118         configuration" which provides info on your LaTeX configuration
119         as LyX sees it.  You might be missing a package or two that you'd
120         like to have.
121
122         User-level configuration is possible via the Edit>Preferences menu.
123
124 Does LyX have support for non-English speakers/writers/readers?
125
126         Yes. LyX supports writing in many languages.
127
128         Menus and error messages have been translated to the following
129         languages (* means there are language-specific keyboard menu
130         bindings as well):
131
132         Basque      (eu)
133         Bulgarian   (bg)
134         Catalan     (ca)
135         Czech       (cs)
136         Danish      (da)
137         German      (de)    *
138         Spanish     (es)
139         Finnish     (fi)
140         French      (fr)    *
141         Hebrew      (he)
142         Hungarian   (hu)    *
143         Italian     (it)
144         Dutch       (nl)
145         Norwegian   (no)
146         Polish      (pl)
147         Portuguese  (pt)    *
148         Romanian    (ro)
149         Russian     (ru)
150         Slovenian   (sl)
151         Swedish     (sv)    *
152         Turkish     (tr)
153         Walloon     (wa)
154
155         Keymaps can ease typing in one or more of the following languages:
156
157         Arabic
158         Bulgarian
159         Czech
160         French, Swiss French
161         German, Swiss German
162         Greek
163         Hebrew
164         Hungarian (Magyar)
165         Latvian
166         Polish
167         Portugese
168         Romanian
169         Slovenian
170         Turkish
171         Ukrainian
172
173 Internet resources of relevance to LyX
174
175         The LyX homepage contains valuable information about LyX and the
176         various LyX mailing lists, as well as links to mirrors and other
177         LyX homepages around the world:
178         http://www.lyx.org/
179
180         Main LyX archive site:
181         ftp://ftp.lyx.org/pub/lyx/
182
183         The LyX Development page has information about the development
184         effort. LyX is now under CVS control, so you can get the very
185         latest sources from there at any time.
186         http://www.devel.lyx.org/
187         ftp://www.devel.lyx.org/pub/lyx/
188
189 How do I submit a bug report?
190
191         If possible, read the Introduction found under the Help menu in LyX.
192         You'll find detailed info on submitting bug reports there.
193
194         If you can't do that, send details to the LyX Developers mailing
195         list, or use the LyX bug tracker at http://bugzilla.lyx.org/.
196         Don't forget to mention which version you are having problems with!
197
198 How can I participate in the development of LyX?
199
200         Any help with the development of LyX is greatly appreciated--
201         after all LyX wouldn't be what it is today without the help
202         of volunteers. We need your help!
203
204         If you want to work on LyX, you should contact the developer's
205         mailing list for discussion on how to do your stuff.  LyX is being
206         cleaned up, and therefore it's important to follow some rules.
207         Read about those rules in development/Code_rules/.
208
209         If you don't know C++, there are many other ways to contribute.
210         Write documentation. Help to internationalize LyX by translating
211         documentation or menus/error messages, or by writing a new keymap.
212         Write a new textclass.  Work on reLyX (Perl). Find bugs (but please
213         read the list of known bugs first). Contribute money. Or just offer
214         feature suggestions (but please read the online TODO list first).
215
216 Thank you for trying LyX, and we appreciate your feedback in the mailing
217 lists.
218
219 The LyX Team.