Small update to INSTALL

This commit is contained in:
Jean-Marc Lasgouttes 2020-07-11 19:54:06 +02:00
parent 289cb58f52
commit 670d540fa6

14
INSTALL
View File

@ -1,5 +1,10 @@
Compiling and installing LyX
============================
Compiling and installing LyX with autotools
===========================================
This document is about compiling LyX with the autotools suite. If you
want to compile using using CMake (in particular on windows), please
refer to the INSTALL.cmake file.
Quick compilation guide
-----------------------
@ -109,11 +114,12 @@ flags:
stdlib-debug X
warnings X X
debug X X X X
maintainer-mode X
The defaults are as follows in terms of version number
release: stable release (2.x.y)
prerelease: version number contains alpha, beta, rc or pre.
development: version number contains dev.
prerelease: version number contains `alpha', `beta', `rc' or `pre'.
development: version number contains `dev'.
The `profiling' build type uses the -fno-omit-frame-pointer option with gcc