Browse Source

Fixed BUILD hints

tempestpy_adaptions
PBerger 13 years ago
parent
commit
3dac4e4a6a
  1. 21
      resources/BUILD.txt

21
resources/BUILD.txt

@ -10,7 +10,20 @@ Prerequisites:
Download, build using CMake Download, build using CMake
If you installed gtest to e.g. "C:/C++ Projects/gtest-1.6.0" If you installed gtest to e.g. "C:/C++ Projects/gtest-1.6.0"
Set GTEST_INCLUDE_DIR to "C:/C++ Projects/gtest-1.6.0/include" Set GTEST_INCLUDE_DIR to "C:/C++ Projects/gtest-1.6.0/include"
Set GTEST_LIBRARY to
Set GTEST_LIBRARY_DEBUG to
Set GTEST_MAIN_LIBRARY to
Set GTEST_MAIN_LIBRARY_DEBUG to
Set GTEST_LIBRARY to "C:/C++ Projects/gtest-1.6.0/build/Release/gtest.lib"
Set GTEST_LIBRARY_DEBUG to "C:/C++ Projects/gtest-1.6.0/build/Debug/gtest.lib"
Set GTEST_MAIN_LIBRARY to "C:/C++ Projects/gtest-1.6.0/build/Release/gtest_main.lib"
Set GTEST_MAIN_LIBRARY_DEBUG to "C:/C++ Projects/gtest-1.6.0/build/Debug/gtest_main.lib"
STLSoft
Download from http://www.stlsoft.org/
Headers-Only, unpack to a location of your choice, e.g. "C:/C++ Projects/stlsoft"
Set STLSOFT_INCLUDE_DIR to "C:/C++ Projects/stlsoft/include"
Pantheios
Download from http://www.pantheios.org/
Unpack and build following the provided instructions
If you installed Pantheios to e.g. "C:/C++ Projects/pantheios"
Set PANTHEIOS_INCLUDE_DIR to "C:/C++ Projects/pantheios/include"
The other fields should be auto completed after to next "Configure" round
If no error occured during the last CMake Configure round, press Generate.
Now you can build MRMC-Cpp using the generated project/makefiles in the Build folder you selected.
Loading…
Cancel
Save