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

Diff of /liblscp/trunk/README

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

revision 4003 by capela, Tue May 18 15:26:43 2021 UTC revision 4004 by capela, Sun Dec 5 12:36:24 2021 UTC
# Line 13  Installation Line 13  Installation
13    
14  Unpack the tarball and in the extracted source directory:  Unpack the tarball and in the extracted source directory:
15    
16      cmake [-DCMAKE_INSTALL_PREFIX=/usr/local] -B build -S .      cmake [-DCMAKE_INSTALL_PREFIX=/usr/local] -B build
17      make -C build      cmake --build build [--parallel <Njobs>]
18    
19  and optionally as root:  and optionally, as root:
20    
21      sudo make -C build install      sudo cmake --install build
22    
23  See also the README.cmake file in the source distribution.  See also the README.cmake file in the source distribution.
24    

Legend:
Removed from v.4003  
changed lines
  Added in v.4004

  ViewVC Help
Powered by ViewVC