better description of user libraries in install tutorial doc

This commit is contained in:
Stefan Frederik 2022-08-13 09:37:11 +02:00
parent b11a7b02d0
commit a1899f7088
1 changed files with 3 additions and 2 deletions

View File

@ -43,8 +43,9 @@ git clone https://github.com/StefanSchippers/xschem.git xschem_git
<li> Configure xschem. In this tutorial we want xschem to be installed in <kbd>/usr/local/bin</kbd>,
xschem data installed in <kbd>/usr/local/share/xschem</kbd>, xschem documentation and example circuits
installed in <kbd>/usr/local/share/doc/xschem</kbd>, xschem system-wide component symbols
installed in <kbd>/usr/local/share/xschem/xschem_library/devices</kbd> and xschem user configuration
stored in user's home directory under <kbd>~/.xschem</kbd>:
installed in <kbd>/usr/local/share/xschem/xschem_library/devices</kbd>,
xschem user configuration stored in user's home directory under <kbd>~/.xschem</kbd> and
xschem user libraries installed in <kbd>~/.xschem/xschem_library</kbd>:
<pre class="code">
schippes@mazinga:~/xschem_git$ ./configure
</pre>