Open Mkondamu opened 2 years ago
First, download zlib-1.2.9, run the following lines of code and hopefully, it will work.
tar -xvf ~/Downloads/zlib-1.2.9.tar.gz
cd zlib-1.2.9
sudo -s
./configure; make; make install
cd /path/to/choregraphe/lib
ln -s -f /usr/local/lib/libz.so.1.2.9/lib libz.so.1
exit
Hey buddy, thanks for the reply, I moved on to windows, but I will try it in ubuntu again, and will update here Thank you
after downloading the binaries from the official website, unzipped that and then tried to install the application but its showing the below error:
can someone help me in solving the issue, Thank you