mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
README.md: add hints about V=
& using drake
instead of rake
This commit is contained in:
parent
07fca67796
commit
00f6371235
12
README.md
12
README.md
@ -180,6 +180,18 @@ library files are:
|
||||
|
||||
Now run `rake` and, as "root", `rake install`.
|
||||
|
||||
### 2.4.3. If things go wrong
|
||||
|
||||
By default the commands executed by the build system aren't
|
||||
output. You can change that by adding `V=1` as an argument to the
|
||||
`rake` command.
|
||||
|
||||
If `rake` executes too many processes at once, then you've stumbled
|
||||
across a known bug in `rake`. In that case you should install the
|
||||
`drake` Ruby gem and use the command `drake` instead of
|
||||
`rake`. `drake` supports parallelism properly and doesn't try to
|
||||
execute all jobs at once.
|
||||
|
||||
## 2.5. Notes for compilation on (Open)Solaris
|
||||
|
||||
You can compile MKVToolNix with Sun's sunstudio compiler, but you need
|
||||
|
Loading…
Reference in New Issue
Block a user