HomerReid / scuff-em

A comprehensive and full-featured computational physics suite for boundary-element analysis of electromagnetic scattering, fluctuation-induced phenomena (Casimir forces and radiative heat transfer), nanophotonics, RF device engineering, electrostatics, and more. Includes a core library with C++ and python APIs as well as many command-line applications.
http://www.homerreid.com/scuff-em
GNU General Public License v2.0
125 stars 50 forks source link

autoreconf not found #205

Closed bz371 closed 4 years ago

bz371 commented 4 years ago

Hi Dr. Reid,

I am new to Linux-based coding and also the scuff-em. I was trying to install scuff-em on Ubuntu 18.04 with:

% git clone https://github.com/HomerReid/scuff-em.git % cd scuff-em % sh autogen.sh --prefix=${HOME}/scuff-em-installation % make -j 8 install

but the errors poped out saying

"autogen.sh autoconf not found autogen.sh ./configure not found "

What should I do to modify the autogen.sh to make this right ?

Thanks in advance!

bz371 commented 4 years ago

HI all, It seem there are several mandatory packages in my Ubuntu system. It is fixed after installing the automake.