From 31278e9096e161f3ab8eb886c480560f17282412 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Wed, 26 Sep 2012 16:14:22 +0100 Subject: [PATCH] Update 32bit cross-build instructions. --- INSTALL.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.markdown b/INSTALL.markdown index e2364c7..94e2d63 100644 --- a/INSTALL.markdown +++ b/INSTALL.markdown @@ -21,7 +21,7 @@ The GUI also dependends on: * QJSON version 0.5 or higher (tested with version 0.7.1, which is bundled) Qt and QJSON will be required if `-DENABLE_GUI=TRUE` is passed to CMake, and -never used if `-DENABLED_GUI=FALSE` is passed instead. The implicit default is +never used if `-DENABLE_GUI=FALSE` is passed instead. The implicit default is `-DENABLE_GUI=AUTO`, which will build the GUI if Qt is available, using the bundled QJSON if it is not found on the system. @@ -47,6 +47,7 @@ doing: -DCMAKE_C_FLAGS=-m32 \ -DCMAKE_CXX_FLAGS=-m32 \ -DCMAKE_EXE_LINKER_FLAGS=-m32 \ + -DCMAKE_SYSTEM_LIBRARY_PATH=/usr/lib32 \ -DENABLE_GUI=FALSE \ -H. -Bbuild32 make -C build32 glxtrace -- 2.43.0