LoginSignup
0
0

More than 3 years have passed since last update.

chitubox を ubuntu20 にインストールする

Posted at

chitubox を ubuntu20 にインストールします。

まずは公式サイトにログインを行い、アプリをダウンロードします。

All-in-one SLA/DLP/LCD Slicer-CHITUBOX Free Download

ダウンロードしたファイルを解凍して AppRun を叩けば普通は動くのですが、今回のバージョンでは QT のバージョンが 5.15 が必要とエラーがでるので下記コマンドで対応をします。

# goto https://www.chitubox.com/en/download/chitubox-free
# and download CHITUBOX FREE Linux (CHITUBOX_V1.8.1.tar.gz)

cd ;
tar xvf CHITUBOX_V1.8.1.tar.gz ;
mv "CHITUBOX V1.8.1" chitubox_1_8_1 ;
echo "export LD_LIBRARY_PATH=/home/$USERNAME/chitubox_1_8_1/lib" >> .bashrc ;
source .barshrc ;
cd chitubox_1_8_1 ;
./AppRun ; 

たぶん、簡単なミスなので、次期バージョンでは対応されているでしょう。

参考リンク

Unable to launch 1.8.1 on Linux Mint 20-Troubleshooting and Bug Reports-CHITUBOX Community

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0