How to get regular stuff working

From Alpine Linux
Revision as of 17:40, 31 January 2016 by Jarth (talk | contribs) (Created page with "== Manpages == Not all man-pages or in Alpine, those who are are not readily available after installing man and man-pages, you also need to install mdocml-pages. Below is th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Manpages

Not all man-pages or in Alpine, those who are are not readily available after installing man and man-pages, you also need to install mdocml-pages. Below is the quick and easy commandline:

   #apk add man man-pages mdocml-pages

a note and reminder on Compiling

Compiling in Alpine may be more challenging because it uses [musl libc] instead of glibc.

=== a list of apk packages to install should be inserted here to start compiling

  • unvalidated apk packages to install so one can start building software
  apk add build-base gcc