From c4e764f2956172edfb3f385392bdbc1752ace787 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 15 Apr 2022 04:03:53 +0100 Subject: [PATCH] comments on fasm build dependencies --- nextpnr-xilinx-install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nextpnr-xilinx-install b/nextpnr-xilinx-install index 66e8300..ee25018 100755 --- a/nextpnr-xilinx-install +++ b/nextpnr-xilinx-install @@ -24,6 +24,9 @@ apt-get install -y build-essential make cmake python3 python3-setuptools \ pip3 install textx +# this really doesn't work properly, antlr is still not correctly +# detected, (missing ANTLRconfig.cmake) but at least fasm falls back +# to the python version sudo apt install cmake default-jre-headless uuid-dev libantlr4-runtime-dev apt-get install -y wget -- 2.30.2