mxochicale / nao

Repository for NAO ()° .°) [programmable humanoid robot]
5 stars 1 forks source link

unable to install choregraphe in ubuntu 20.04 LTS #1

Open Mkondamu opened 2 years ago

Mkondamu commented 2 years ago

after downloading the binaries from the official website, unzipped that and then tried to install the application but its showing the below error: image

can someone help me in solving the issue, Thank you

koh43 commented 1 year 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
Mkondamu commented 1 year ago

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