summaryrefslogtreecommitdiff
path: root/src/util/bot/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/bot/UPDATING')
-rw-r--r--src/util/bot/UPDATING8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/util/bot/UPDATING b/src/util/bot/UPDATING
index a9915ab8..7162f945 100644
--- a/src/util/bot/UPDATING
+++ b/src/util/bot/UPDATING
@@ -28,12 +28,12 @@ cmake-linux64.tar.gz: Download the latest CMake source tarball, found at
./bootstrap --prefix=$PWD/cmake-linux64 && make && make install
tar -czf cmake-linux64.tar.gz cmake-linux64/
- The current revision was built against cmake-3.5.0.tar.gz.
+ The current revision was built against cmake-3.10.0.tar.gz.
cmake-mac.tar.gz: Follow the same instructions as above on a Mac, but replace
cmake-linux64 with cmake-mac.
- The current revision was built against cmake-3.5.0.tar.gz.
+ The current revision was built against cmake-3.10.0.tar.gz.
cmake-win32.zip: Update to the latest prebuilt release of CMake, found at
https://cmake.org/download/. Use the file labeled "Windows ZIP". The
@@ -41,6 +41,10 @@ cmake-win32.zip: Update to the latest prebuilt release of CMake, found at
The current revision is cmake-3.5.0-win32-x86.zip.
+ TODO(davidben): The update to CMake 3.10 on Windows was rolled back due to a
+ CMake bug. Update to 3.10.1 when that is released.
+ https://github.com/Kitware/CMake/commit/f969f1a9ce1d0045b9d056fd08c4683c34c420fa
+
perl-win32.zip: Update to the latest 32-bit prebuilt "Portable" edition of
Strawberry Perl, found at http://strawberryperl.com/releases.html. The
download will be named strawberry-perl-VERSION-32bit-portable.zip.