hey
I stuck in installing Xschem
how to install tk..8.6
@Eric@Boris Murmann
✅ 1
s
Stefan Schippers
05/24/2022, 9:39 PM
You need to do:
sudo apt install tk8.6 tk8.6-dev
👍 1
a
Ashutosh Kumar
05/25/2022, 1:53 AM
thank you @Stefan Schippers for your reply
g
Georg Zachl
05/27/2022, 12:08 PM
May I suggest our all-in-one Docker Container with all the tools readily compiled and setup?
https://github.com/hpretl/iic-osic-tools
Compiling the tools on your own is quite a hassle!
e
Eric
05/27/2022, 7:20 PM
Even though it's convenient to run a docker container, it has some downsides -- I like to customize my design environment to my own tastes 🙂 The docker container is inflexible in that regard. I'll be taking the plunge and installing the tools from scratch...