File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
If all runs successfully, you should have an executable.
34
34
35
35
#### Linux
36
- [ Note: 'make install' is broken at the moment. Just copy the binary 'projectMSDL' to your choice of run-path. E.g.]
36
+ [ Note: 'make install' is unimplemented at the moment. Just copy the binary 'projectMSDL' to your choice of run-path. E.g.]
37
37
``` shell
38
38
cp src/projectMSDL ~ /bin
39
39
```
Original file line number Diff line number Diff line change 1
- if (projectM4_VERSION VERSION_LESS 3.1.13 )
2
- message (FATAL_ERROR "libprojectM version 3.13 or higher is required. Version found: ${projectM4_VERSION} ." )
1
+ if (projectM4_VERSION VERSION_LESS 4.0.0 )
2
+ message (FATAL_ERROR "libprojectM version 4.0.0 or higher is required. Version found: ${projectM4_VERSION} ." )
3
3
endif ()
4
4
5
5
if (SDL2_VERSION VERSION_LESS 2.0.5)
You can’t perform that action at this time.
0 commit comments