/[svn]/qsampler/trunk/README
ViewVC logotype

Diff of /qsampler/trunk/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4041 by capela, Sun Dec 5 12:42:31 2021 UTC revision 4042 by capela, Fri Aug 12 11:21:26 2022 UTC
# Line 47  Installation Line 47  Installation
47    
48  Unpack the tarball and in the extracted source directory:  Unpack the tarball and in the extracted source directory:
49    
50      cmake [-DCMAKE_INSTALL_PREFIX=/usr/local] -B build      cmake [-DCMAKE_INSTALL_PREFIX=<prefix>] -B build
51      cmake --build build [--parallel <Njobs>]      cmake --build build [--parallel <Njobs>]
52    
53  and optionally, as root:  and optionally, as root:
54    
55      sudo cmake --install build      [sudo] cmake --install build
56    
57  See also the README.cmake file in the source distribution.  Note that the default installation path (<prefix>) is /usr/local .
58    
59    
60  Configuration  Configuration

Legend:
Removed from v.4041  
changed lines
  Added in v.4042

  ViewVC Help
Powered by ViewVC