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

Diff of /qsampler/trunk/README

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

revision 3906 by capela, Sun Dec 15 15:21:18 2019 UTC revision 3907 by capela, Wed May 19 07:27:06 2021 UTC
# Line 45  The software requirements for build and Line 45  The software requirements for build and
45  Installation  Installation
46  ------------  ------------
47    
 The installation procedure follows the standard for source distributions.  
48  Unpack the tarball and in the extracted source directory:  Unpack the tarball and in the extracted source directory:
49    
50      ./configure [--prefix=/usr/local]      cmake [-DCMAKE_INSTALL_PREFIX=/usr/local] -B build -S .
51      make      make -C build
52    
53  and optionally as root:  and optionally as root:
54    
55      make install      sudo make -C build install
56    
57  This procedure will end installing the following couple of files:  See also the README.cmake file in the source distribution.
   
     ${prefix}/bin/qsampler  
     ${prefix}/share/pixmaps/qsampler.png  
     ${prefix}/share/applications/qsampler.desktop  
     ${prefix}/share/locale/qsampler_*.qm  
   
 Just launch ${prefix}/bin/qsampler and you're off (hopefully).  
   
 Note that the default installation path ${prefix} is /usr/local.  
   
 If you're checking out from Git, you'll have to prepare the  
 configure script just before you proceed with the above instructions:  
   
    ./autogen.sh  
58    
59    
60  Configuration  Configuration

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

  ViewVC Help
Powered by ViewVC