|
Revision 111, 0.8 kB
(checked in by mido, 18 years ago)
|
|
pridana knihovna XSD (a jeji chlebodarkyne XERCES), v ramci Win32 zprovoznen priklad tests/test_xsd_hello.cxx
|
| Line | |
|---|
| 1 | Instalation of BDM on Windows |
|---|
| 2 | ============================= |
|---|
| 3 | |
|---|
| 4 | Prerequisities: |
|---|
| 5 | * Cmake, version >=2.4 |
|---|
| 6 | * Compiler supoorted by your Cmake instalation |
|---|
| 7 | |
|---|
| 8 | Recommended: |
|---|
| 9 | * ACML |
|---|
| 10 | * ITPP |
|---|
| 11 | * XSD |
|---|
| 12 | * XERCES |
|---|
| 13 | When these are available, please make sure that the |
|---|
| 14 | CMake_module/FindACML and CMake_module/FindITPP can find it. |
|---|
| 15 | |
|---|
| 16 | Convenience: |
|---|
| 17 | DLLS of the ACML and lib+include files for both libraries are provided |
|---|
| 18 | for conveniece. If you want to use them make sure to set your PATH |
|---|
| 19 | environment variable: |
|---|
| 20 | Path = %PATH%; <mixpp_dir>\win32\dll |
|---|
| 21 | Otherwise you will not be able to run any programs. |
|---|
| 22 | |
|---|
| 23 | Installation: |
|---|
| 24 | * When everything is set-up, make a copy of run_cmake.bat, edit it |
|---|
| 25 | to reflect your environment and run it. |
|---|
| 26 | * It should generate build files for your compiler in the main BDM |
|---|
| 27 | directory |
|---|