From: Luke Kenneth Casson Leighton Date: Fri, 15 Apr 2022 02:38:46 +0000 (+0100) Subject: add manual install/download of fasm-0.0.2.post88 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=608012ad328a045821d716b4b23e394961cdc67c;p=dev-env-setup.git add manual install/download of fasm-0.0.2.post88 --- 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