summaryrefslogtreecommitdiff
path: root/pelican/content/BuildingFromSource.md
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2021-05-09 23:45:48 +0000
committerRob Austein <sra@hactrn.net>2021-05-09 23:45:48 +0000
commit78b3ed35c726cf8ef0ec4c4e7753e6f4775b9001 (patch)
treec0807af26f39d382e0472ed9cef26322d3b1b56a /pelican/content/BuildingFromSource.md
parent96f8ab4641056020192175c0a02c562e8113dbd7 (diff)
Finally get hanging text in lists mostly right
Diffstat (limited to 'pelican/content/BuildingFromSource.md')
-rw-r--r--pelican/content/BuildingFromSource.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/pelican/content/BuildingFromSource.md b/pelican/content/BuildingFromSource.md
index 55a4460..0190824 100644
--- a/pelican/content/BuildingFromSource.md
+++ b/pelican/content/BuildingFromSource.md
@@ -155,21 +155,21 @@ their tools do run on Debian and Ubuntu. A few caveats:
* Debian and Ubuntu symlink `/bin/sh` to `/bin/dash`, which can't handle
-
some of the syntax used in XiLinx's shell scripts, so you'll need to
change that symlink to point to `/bin/bash`.
-* Although the XiLinx software can be installed as user or root, by
+* Although the XiLinx software can be installed as user or root, by
default it wants to install into /opt/Xilinx, so you need to install
as root if you want to do that.
-* The XiLinx tools are disk hogs, so if you're building a VM for this,
+* The XiLinx tools are disk hogs, so if you're building a VM for this,
you'll probably want to give it at least 30-40 GB of disk space.
+
Step-by-step installation:
1. Unpack `Xilinx_ISE_DS_Lin_14.7_1015_1.tar` (or whatever version you have).