| 70 | === Q: CMake complains about a missing data directory === |
| 71 | |
| 72 | A: You probably get an error like this: |
| 73 | {{{ |
| 74 | $ cm |
| 75 | [...] |
| 76 | -- Warning: External data directory not found. If you want to compile while downloading the |
| 77 | data files, you will have to recompile about four files afterwards and relink everything. |
| 78 | -- You can specify your own folder with the EXTERNAL_DATA_DIRECTORY variable. Default location |
| 79 | for the path is orxonox_root/data_extern |
| 80 | [...] |
| 81 | }}} |
| 82 | |
| 83 | In this case you didn't check out the external data repository or you didn't name it {{{data_extern}}} or you placed it in the wrong place. See the section "SVN" in [wiki:WindowsMinGW/current#SVN the guide] for more information about the data repository. |
| 84 | |