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

Diff of /qsampler/trunk/README

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

revision 3907 by capela, Wed May 19 07:27:06 2021 UTC revision 4005 by capela, Sun Dec 5 12:42:31 2021 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 -S .      cmake [-DCMAKE_INSTALL_PREFIX=/usr/local] -B build
51      make -C build      cmake --build build [--parallel <Njobs>]
52    
53  and optionally as root:  and optionally, as root:
54    
55      sudo make -C build install      sudo cmake --install build
56    
57  See also the README.cmake file in the source distribution.  See also the README.cmake file in the source distribution.
58    

Legend:
Removed from v.3907  
changed lines
  Added in v.4005

  ViewVC Help
Powered by ViewVC