comments on fasm build dependencies
[dev-env-setup.git] / nextpnr-xilinx-install
index 66e8300845ad175d0ddf7941738322e5f9aae714..ee250185675cbba75e1108b3b1962bca4e073b7a 100755 (executable)
@@ -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