StefanSchippers / xschem

A schematic editor for VLSI/Asic/Analog custom designs, netlist backends for VHDL, Spice and Verilog. The tool is focused on hierarchy and parametric designs, to maximize circuit reuse.
Other
297 stars 21 forks source link

i can not see the symbols when opening an example #188

Closed princeTem closed 2 months ago

princeTem commented 3 months ago

Dear Stefan i use a standalone ubuntu system , i followed the steps as your video of installation , but when i open the example , i found the following ,, i tried every possible way to find a solution can you help me with that image_copy

StefanSchippers commented 3 months ago

what commands did you run exactly?

go into the source xschem directory and do again these commands:

./configure 
make
sudo make install

If you have a xschem version installed with ubuntu remove it before doing the above commands. sudo apt purge xschem

princeTem commented 3 months ago

dear Stefan thank you , it worked after i removed the previous installation ,,, and i installed it from beginning , then i used the entry ./configrue without the " prefix" it seems that at the first installation , i used the prefix with a directory which caused me trouble as i am new on ubuntu thanks alot again regards