Anonymous

Changes

From Karnataka Open Educational Resources
140 bytes added ,  07:16, 8 December 2014
Line 137: Line 137:  
[[#top|Back to Top]]
 
[[#top|Back to Top]]
   −
'''How you compile a program from tar.gz source'''
+
===How you compile a program from tar.gz source===
 
* Open terminal ( by pressing ctrl+Alt+t)
 
* Open terminal ( by pressing ctrl+Alt+t)
* go to .tar.gz/.tar.bz2 downloaded directory, by Use the command cd to navigate to the correct folder. <br>
+
* go to .tar.gz/.tar.bz2 downloaded directory, by using the command '''cd''' to navigate to the correct folder. <br>
* in that, if there is a README file with installation instructions, use that instead.
+
  Example : If the tar.gz/bz2 file is in the download folder, then you yave to type like : cd /Downloads/<br>
   −
* Extract the files with one of the commands
+
then<br>
         If it's tar.gz use '''tar xvzf PACKAGENAME.tar.gz'''
+
* In that, if there is a README file with installation instructions, use that instead.
         if it's a tar.bz2 use '''tar xvjf PACKAGENAME.tar.bz2'''
+
* Extract the files with one of the commands,<br>
 +
         If it's tar.gz use '''tar xvzf PACKAGENAME.tar.gz'''<br>
 +
         if it's a tar.bz2 use '''tar xvjf PACKAGENAME.tar.bz2'''<br>
    
* sudo ./configure
 
* sudo ./configure
Line 154: Line 156:     
[[#top|Back to Top]]
 
[[#top|Back to Top]]
  −
      
===How to convert videos from one format to different formats in Openshot video editor===
 
===How to convert videos from one format to different formats in Openshot video editor===