tproffen / DiffuseCode

Suite of programs to simulate disordered and nanomaterials
Other
55 stars 22 forks source link

compiling on Windows - Could not find Readline #6

Closed PhHarder closed 8 years ago

PhHarder commented 9 years ago

Hi there, i tried compiling DiffuseCode on a Windows Computer. This is what i did:

  1. Download and install gfortran: http://users.humboldt.edu/finneyb/gfortran-windows-20140629.exe
  2. Download and install cmake: http://www.cmake.org/files/v3.1/cmake-3.1.0-win32-x86.exe
  3. Download all the source files to DiffuseCode
  4. Running the following command inside the DiffuseBuild directory: cmake ..\DiffuseCode This gave me the following output: output1
  5. so i changed the command to: cmake ..\DiffuseCode -G "MinGW Makefiles" This gave me the following output: output2
  6. So i installed readline for windows: http://gnuwin32.sourceforge.net/packages/readline.htm (readline-5.0-1-setup.exe)

But this did not change the output. Does anyone have an idea on how to solve this problem? Using Ubuntu 14.04 i was able to compile and install after installing the libreadline6-dev package.