From 74b49eb798e06a2d23dffcbba52063d665383c89 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Wed, 15 Jun 2016 08:42:33 -0400 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c67b72b..cba83a4c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Latest Stable Versions ---- Qt4 - 0.7.2 (Beta): Use the qt4/0.7.2 branch of the source tree to fetch this version. -Qt5 - 0.8.8 (Beta): Use the qt5/0.8.8 branch of the source tree to fetch this version. +Qt5 - 0.9.0 (Beta): Use the qt5/0.9.0 branch of the source tree to fetch this version. The master branch is where all development is performed and tested before the next release version is branched off. @@ -52,7 +52,7 @@ How to build from source * PREFIX: Determines the base directory used to install/run Lumina ("/usr/local" by default) * LIBPREFIX: Determines the location to install the Lumina library ("PREFIX/lib" by default) * DESTDIR: An optional directory where the compiled files will be placed temporary (such as for packaging/distributing via some other system). - * NO_I18N: (Recommended) Do not generate/install the translation files. If you wish to install translation files, please use the pcbsd/lumina-i18n repo for the full set (this repo only contains partial translations/templates). + * WITH_I18N: (not recommended) Generate/install the partially-localized translation files. This option is typically only used by developers who need to test the localization systems. If you wish to install the full localization/translation files, please use the pcbsd/lumina-i18n repo instead. 4) Run "make" to compile all the Lumina projects (can be done as user) -- cgit