### 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