NEC2++ is a C++ rewrite of the Numerical Electromagnetics Code (NEC-2) with many new features like automatic error detection when you specify the structure incorrectly and much faster execution. Nec2++ can analyse radiating as well as scattering properties of structures. The simulation engine in Nec2++ is compiled into a library for easy integration into automatic antenna design systems or GUI tools. Examples are included for using Nec2++ from C/C++, Ruby and Python.
I'm trying to build from the source,
on the step "3. Then do the usual thing ./configure --without-lapack make -j 4 sudo make install "
I have an error
configure: WARNING: you should use --build, --host, --target
configure: error: unrecognized option: `-j'
Try `./configure --help' for more information
Hello,
I'm trying to build from the source, on the step "3. Then do the usual thing
./configure --without-lapack make -j 4 sudo make install
" I have an error