From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.93; helo=mga11.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 423C32194D387 for ; Tue, 9 Oct 2018 17:35:42 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Oct 2018 17:35:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,362,1534834800"; d="scan'208";a="80141230" Received: from shwde7172.ccr.corp.intel.com ([10.239.158.23]) by orsmga008.jf.intel.com with ESMTP; 09 Oct 2018 17:33:50 -0700 From: Liming Gao To: edk2-devel@lists.01.org Date: Wed, 10 Oct 2018 08:33:19 +0800 Message-Id: <1539131599-9296-1-git-send-email-liming.gao@intel.com> X-Mailer: git-send-email 2.8.0.windows.1 Subject: [Patch] edk2-BaseTools-win32: Add notes to announce BaseTools Win32 doesn't work X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2018 00:35:43 -0000 https://lists.01.org/pipermail/edk2-devel/2018-September/029436.html Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao --- Readme.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Readme.txt b/Readme.txt index 9caee63..793d1cd 100644 --- a/Readme.txt +++ b/Readme.txt @@ -1,3 +1,8 @@ +############### NOTE ############### +This directory Win32 binaries doesn't work any longer to build EDK2 project. +Please run BaseTools Python from source in Windows OS. Here is wiki: +https://github.com/tianocore/tianocore.github.io/wiki/Windows-systems#compile-tools + Intel is a trademark or registered trademark of Intel Corporation or its subsidiaries in the United States and other countries. * Other names and brands may be claimed as the property of others. -- 2.10.0.windows.1