update docs (5) (ngspice install in tutorial_xschem_sky130.html)
This commit is contained in:
parent
9c85e96831
commit
56b4ceb392
|
|
@ -39,7 +39,7 @@ cd ngspice_git
|
|||
mkdir release
|
||||
## in order to run the following you must have adms installed (<kbd>sudo apt install adms</kbd>)
|
||||
## Otherwise run without <kbd>--adms</kbd> and remove <kbd>--enable-adms</kbd> in the following <kbd>../configure... </kbd> line.
|
||||
./autogen-sh --adms
|
||||
./autogen.sh --adms
|
||||
cd release
|
||||
## by default if no <kbd>--prefix</kbd> is provided ngspice will install under <kbd>/usr/local/{bin,share,man,lib}</kbd>
|
||||
## you can add a <kbd>--prefix=/home/username</kbd> to install into your home directory.
|
||||
|
|
|
|||
Loading…
Reference in New Issue