Compiling on Unix-like
From FDTD++ wiki
Below are instructions for compiling FDTD++ on a Unix-like operating system.
Instructions
- Untar fdtdxx.tgz
- In FDTDxx/, modify the Makefile, if necessary
- In a terminal, run
make
- A successful compilation is signaled by the creation of the
FDTDxx
executable - In .bashrc, .bash_profile, .profile, etc. (as appropriate), add:
export PATH=FDTDxx/:$PATH
where FDTDxx
is the full directory of FDTD++.