Closed kiliakis closed 8 years ago
Windows compatibility can be achieved without having to effect any lines of code. The steps that have to be followed are:
bash apt-cyg install $(cat packege_list.txt)
CMakeLists.txt needs some small modifications:
cmake_minimum_required(VERSION 2.8.4)
CYGWIN is true(1) when building with the cmake version of cygwin
BLonD-cpp is compatible with windows under cygwin
Windows compatibility can be achieved without having to effect any lines of code. The steps that have to be followed are:
bash apt-cyg install $(cat packege_list.txt)
CMakeLists.txt needs some small modifications:
cmake_minimum_required(VERSION 2.8.4)
(to suppress some warnings)