3 changed files with 28 additions and 12 deletions
@ -1,4 +1,6 @@
|
||||
Manual Pages and Other Documentation |
||||
===== |
||||
|
||||
Use "./build.sh" to build the manual pages. You'll need NodeJS and npm installed. |
||||
Use "./build.sh" to build the manual pages. |
||||
|
||||
You'll need either NodeJS/npm installed (script will then automatically install the npm *marked-man* package) or */usr/bin/ronn*. The latter is a Ruby program packaged on some distributions as *rubygem-ronn* or *ruby-ronn* or installable as *gem install ronn*. The Node *marked-man* package and *ronn* from rubygems are two roughly equivalent alternatives for compiling MarkDown into roff/man format. |
||||
|
||||
@ -1 +1,10 @@
|
||||
The ext/ folder contains third party code, drivers, installation support files, etc. |
||||
Miscellaneous Stuff |
||||
====== |
||||
|
||||
This subfolder contains: |
||||
|
||||
* Bundled third party libraries that are compiled into the binary on platforms and Linux distributions where they are not available on the system. |
||||
|
||||
* Pre-compiled binaries for some platforms, such as pre-built and signed drivers for Mac and Windows. |
||||
|
||||
* Miscellaneous files used by installers and packages on various platform targets. |
||||
|
||||
Loading…
Reference in new issue