Himanshu Singh
03/30/2024, 7:02 AMStefan Schippers
03/30/2024, 10:56 AMsudo apt install libncurses-dev
You are probably missing other packages, so please read the ngspice INSTALL file:
The following software must be installed in your system to compile
ngspice as a standard executable (command-line input, file and graphics
output):
bison, flex, X11 headers and libs, Xaw, Xmu, Xext, Xft, FontConfig,
Xrender, freetype headers and readline.
Typically one needs the headers (e.g. libX11-devel) and the libs (e.g. libX11-6).
before anything else you must have make, gcc, autoconf, automake and libtool installed:
sudo apt install make gcc autoconf automake libtool
Read paragraph 1.3 in the INSTALL file.Himanshu Singh
03/30/2024, 3:48 PM