From 9cd95a22995ecc18c3550ff1e3bc9144e94228d2 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 24 Oct 2008 14:37:56 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2202 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/MAKE/Windows/notes.4 | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/MAKE/Windows/notes.4 diff --git a/src/MAKE/Windows/notes.4 b/src/MAKE/Windows/notes.4 new file mode 100644 index 0000000000..d93e9afecc --- /dev/null +++ b/src/MAKE/Windows/notes.4 @@ -0,0 +1,25 @@ +Compiling LAMMPS under MS Windows: + +Tips from Jamie Sanchez +jamiesanchezuk@gmail.com +24 Oct 2008 + +------------------- + +1. add the line #include "erfc.h" in the following files: +pair_coul_long.cpp +pair_lj_charmm_coul_long.cpp +pair_lj_cut_coul_long.cpp + +2. disable dump DCD in style.h + +I'm using Visual Studio 2008 in a Win XP and if I don't disable this +option the code does not compile. + +3. in read_restart.cpp comment line +#include "dirent.h" +then comment lines 323 to 340 + +I'm not using read_restart in Windows runs so even though this allows +the code to compile successfully I don't necessarily know what this +will do if you use this command in windows