Added boost components: filesystem and system to the project environment varibable BOOST_155_DIR targeting the boost_1_55_0 folder is needed review id = 14 fortune cookie message = when you speak honestly and openly, others truly listen to you
27 lines
491 B
Markdown
27 lines
491 B
Markdown
### Masterproject
|
|
|
|
#### Setup
|
|
|
|
##### External Software
|
|
|
|
* QT 5.2.1
|
|
* CxxTest 4.3
|
|
* Valgrind 3.9.0(linux, macOS)
|
|
* Clang & LLVM (installation guide http://clang.llvm.org/docs/LibASTMatchersTutorial.html)
|
|
* Boost 1.55 ()
|
|
|
|
##### Environment Variables
|
|
|
|
* QT_DIR - ...\Qt\Qt5.2.1\5.2.1\<IDE>\
|
|
* CXX_TEST_DIR - .../cxxtest-4.3/
|
|
* CLANG_DIR - .../clang-llvm/
|
|
* BOOST_155_DIR - .../boost_1_55_0
|
|
|
|
For Win32:
|
|
* VLD_DIR - .../Visual Leak Detector
|
|
|
|
##### Settings
|
|
|
|
Run setup script:
|
|
$ ./script/setup.sh
|