mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
fix(doc): mention QMAKE_MOVE requirement for bison > 3.7
[skip ci]
This commit is contained in:
committed by
Alejandro Martinez
parent
996ee63cd5
commit
5f22d12a61
@@ -93,16 +93,14 @@ Uncomment below and configure the location of the GNU scientific library, this i
|
||||
#GSL_INCLUDES = /usr/include
|
||||
#GSL_LIBS = -lgsl -lgslcblas -lm
|
||||
|
||||
Ensure you have the following lines (which are now also in gcconfig.pri.in which has
|
||||
been updated to reflect the new dependencies in version 3.6)
|
||||
Uncomment the following lines to use flex and bison:
|
||||
|
||||
QMAKE_LEX = flex
|
||||
QMAKE_YACC = bison
|
||||
win32 {
|
||||
QMAKE_YACC = bison --file-prefix=y -t
|
||||
QMAKE_MOVE = cmd /c move
|
||||
QMAKE_DEL_FILE = rm -f
|
||||
}
|
||||
#QMAKE_LEX = flex
|
||||
#QMAKE_YACC = bison
|
||||
|
||||
and if you are using bison 3.7 or higher, make sure to also uncomment:
|
||||
|
||||
#QMAKE_MOVE = cp
|
||||
|
||||
To compile translation you need the QT tool lrelease
|
||||
If it is not found using the defaults in src/src.pro then set the full path and
|
||||
|
||||
Reference in New Issue
Block a user