update docs (5) (ngspice install in tutorial_xschem_sky130.html)

This commit is contained in:
Stefan Frederik 2022-10-19 18:17:03 +02:00
parent 9c85e96831
commit 56b4ceb392
1 changed files with 1 additions and 1 deletions

View File

@ -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.