From b463f54b8f81421a4df8220e12814e878bbc0671 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 12 Feb 2009 22:45:41 +0000 Subject: [PATCH] added instructions to compile for win32 to INSTALL file git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@2020 0778d3d1-df1d-0410-868b-ea421aaaa00d --- INSTALL | 3 +++ 1 file changed, 3 insertions(+) diff --git a/INSTALL b/INSTALL index 095a9b305..96f82cefc 100644 --- a/INSTALL +++ b/INSTALL @@ -23,3 +23,6 @@ that are going to be built into LMMS or built as plugins. Install the according libraries and development files if a certain feature is not enabled. Then remove CMakeCache.txt and run cmake again. +If you're on linux and want to build for win32, the command is + +cmake . -DCMAKE_TOOLCHAIN_FILE=cmake/modules/Win32Toolchain.cmake