Slightly correct and improve build guideline documentation.

Sat, 03 Oct 2009 16:32:32 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Oct 2009 16:32:32 +0200
changeset 10
614fa8c9329c
parent 9
4dcb94ccf234
child 11
97b3fdd21342

Slightly correct and improve build guideline documentation.

cinelerra/leeme.txt file | annotate | diff | comparison | revisions
     1.1 --- a/cinelerra/leeme.txt	Mon Mar 23 19:14:16 2009 +0100
     1.2 +++ b/cinelerra/leeme.txt	Sat Oct 03 16:32:32 2009 +0200
     1.3 @@ -1,8 +1,8 @@
     1.4  Mit Teilanweisung aus http://www.lloguiworld.com/opensuse/cinelerra/:
     1.5  
     1.6 -rpm -qa | sort >rpkgs_vorcinbld.txt'
     1.7 +rpm -qa | sort >rpkgs_vorcinbld.txt
     1.8  zypper install `cat reqpkg.txt`
     1.9 -rpm -qa | sort >rpkgs_nachcinbld.txt'
    1.10 +rpm -qa | sort >rpkgs_nachcinbld.txt
    1.11  zypper remove `cat reqpkg.txt`
    1.12 -rpm -qa | sort >rpkgs_wiederstell.txt'
    1.13 +rpm -qa | sort >rpkgs_wiederstell.txt
    1.14  diff -bd rpkgs_vorcinbld.txt rpkgs_wiederstell.txt

mercurial