From b3c04f58707895a8744ab546291c408222fa4de5 Mon Sep 17 00:00:00 2001 From: Yuheng <11711111@mail.sustech.edu.cn> Date: Thu, 18 Mar 2021 18:02:36 +0800 Subject: [PATCH] correct a typo in manual (file separator) File separator in Windows is backslash instead of slash --- manual/install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/install.html b/manual/install.html index 11a184e61..c959dbe9e 100644 --- a/manual/install.html +++ b/manual/install.html @@ -36,7 +36,7 @@ details.
  • Download Ant. See Binary Distribution for details.
  • Uncompress the downloaded file into a directory.
  • Set environmental variables: JAVA_HOME to your Java environment, ANT_HOME to the directory -you uncompressed Ant to, and add ${ANT_HOME}/bin (Unix) or %ANT_HOME%/bin (Windows) to +you uncompressed Ant to, and add ${ANT_HOME}/bin (Unix) or %ANT_HOME%\bin (Windows) to your PATH. See Setup for details.
  • Optionally, from the ANT_HOME directory run ant -f fetch.xml -Ddest=system to get the library dependencies of most of the Ant tasks that require them. If you don't do this, many of the dependent Ant tasks