From 608012ad328a045821d716b4b23e394961cdc67c Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 15 Apr 2022 03:38:46 +0100 Subject: [PATCH] add manual install/download of fasm-0.0.2.post88 --- nextpnr-xilinx-install | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/nextpnr-xilinx-install b/nextpnr-xilinx-install index 41d9f43..a6add73 100755 --- a/nextpnr-xilinx-install +++ b/nextpnr-xilinx-install @@ -20,9 +20,16 @@ git clone https://github.com/gatecat/nextpnr-xilinx.git ### Necessary software to install apt-get install -y build-essential make cmake python3 python3-setuptools \ - python3-dev python3-numpy cython3 python3-pip + python3-dev python3-numpy cython3 python3-pip -pip3 install textx fasm +pip3 install textx + +apt-get install -y wget +wget https://files.pythonhosted.org/packages/78/4c/94fb3bdb87bea21406c0e5da375f0b10d7b1e4b5103cea453a2de23b5d61/fasm-0.0.2.post88.tar.gz +tar -xvzf fasm-0.0.2.post88.tar.gz +cd fasm-0.0.2.post88 +python3 setup.py install +cd .. ### Build prjxray -- 2.30.2