From 4907e161e2beb02f6887b65047eeef7bea73b6b3 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Sun, 31 Mar 2013 20:32:07 +0400 Subject: [PATCH] Added Windows installation information into README --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README b/README index 44cbeab3..16878c78 100644 --- a/README +++ b/README @@ -39,6 +39,16 @@ For Ubuntu For Fedora $ [sudo] yum install PyYAML +For Windows + Download and install: + msys - sourceforge.net/projects/mingw/files/MSYS/Base/msys-core/msys-1.0.11/MSYS-1.0.11.exe + Python - http://www.python.org/ftp/python/2.7/python-2.7.msi (use installer to get the right registry keys for PyYAML) + PyYAML - http://pyyaml.org/download/pyyaml/PyYAML-3.10.win32-py2.7.exe + arm-none-eabi toolchain - for example this one https://launchpad.net/gcc-arm-embedded + Run msys shell and set the path without standard Windows paths, so Windows programs such as 'find' won't interfere: + export PATH="/c//Python27:/c/ARMToolchain/bin:/usr/local/bin:/usr/bin:/bin" + After that you can navigate to the folder where you've extracted libopencm3 and build it. + Building --------