diff options
author | q5sys <jt@obs-sec.com> | 2016-06-23 18:15:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-23 18:15:48 -0400 |
commit | 6017ca54a7ae9ff2faa53aae08aacbc84a597343 (patch) | |
tree | 11c0db132b5b70e7efae60fdcc25c95f2cac9f4d | |
parent | Change references to PC-BSD to TrueOS (diff) | |
download | lumina-6017ca54a7ae9ff2faa53aae08aacbc84a597343.tar.gz lumina-6017ca54a7ae9ff2faa53aae08aacbc84a597343.tar.bz2 lumina-6017ca54a7ae9ff2faa53aae08aacbc84a597343.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). - * 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. + * 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 trueos/lumina-i18n repo instead. 4) Run "make" to compile all the Lumina projects (can be done as user) |