fix tutorial on installing Xschem (fix --sys-lib-path path)
This commit is contained in:
parent
dda7cb40db
commit
d42558dd15
|
|
@ -43,12 +43,16 @@ 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</kbd> and xschem user configuration
|
||||
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>:
|
||||
<pre class="code">
|
||||
schippes@mazinga:~/xschem_git$ ./configure
|
||||
</pre>
|
||||
<br>which sets all default paths, it is equivalent to doing:<br><br>
|
||||
<pre class="code">
|
||||
schippes@mazinga:~/xschem_git$ ./configure --prefix=/usr/local --user-conf-dir=~/.xschem \
|
||||
--user-lib-path=~/share/xschem/xschem_library \
|
||||
--sys-lib-path=/usr/local/share/xschem/xschem_library
|
||||
--sys-lib-path=/usr/local/share/xschem/xschem_library/devices
|
||||
</pre>
|
||||
</li><br>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue