<@U02KR5QFCJK> If you want to install xschem in a ...
# xschem
s
@User If you want to install xschem in a different place go to xschem sources you have downloaded from git, type:
make distclean
./configure
make
make install
This will install xschem in /usr/local/bin and all support files in /usr/local/share/xschem, all documentation and example files to /usr/local/share/doc/xschem
👍 2