Changes between Version 21 and Version 22 of DRM4G/Installation
- Timestamp:
- Dec 13, 2016 12:15:56 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DRM4G/Installation
v21 v22 95 95 There are other considerations to have in mind, but they are the same as the ones explained [#customInstall above]. 96 96 97 \\ 98 == Verifying the installation == 99 To check if the '''DRM4G''' has been successfully installed you can run the following commands: 100 * `which drm4g` 101 * If it returns something, it means it has been installed 102 * If the program doesn't exist, it won't show anything 103 * `drm4g start` 104 * If there aren't any errors, it will show a message like this: 105 106 {{{#!sh 107 $ drm4g start 108 Starting DRM4G .... 109 OK 110 }}} 111 112 97 113 98 114 \\