Hi, I followed Install from Source to compile tvm on ubuntu-16.04, but got failure from linker.
/usr/bin/ld: cannot find -ledit
I have install the requirements like this,
sudo apt-get update && sudo apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake
Would you please tell how to install edit library? Thanks.