From 8f62dfbcf501524dea57abc1d28c6f04e191cd47 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Mon, 2 Aug 2021 17:09:33 +0200 Subject: [PATCH] notice to enforce compiling and installing the code models --- INSTALL | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL b/INSTALL index 39d3a8741..17f46ef2d 100644 --- a/INSTALL +++ b/INSTALL @@ -1,6 +1,12 @@ Ngspice installation instructions ================================= +Important notice: with ngspice-35 there has been an update +to the XSPICE code models (analog.cm etc.). Therefore it +is not sufficient to only re-make the main executable, +you will have to compile and install the code models as well, +e.g. with --enable-xspice. + Table of contents 1 Ngspice installation (LINUX)