Changes

Jump to navigation Jump to search
No change in size ,  12:12, 16 March 2020
no edit summary
Line 51: Line 51:  
so after make . . . .
 
so after make . . . .
   −
[[File:25cb1cb627ba8171efb5b37645ee432ebb1f31cc.png|800px]]
+
[[File:25cb1cb627ba8171efb5b37645ee432ebb1f31cc.png|400px]]
    
we can see some response and notice it’s now built a directory called build
 
we can see some response and notice it’s now built a directory called build
Line 57: Line 57:  
which contains two text files and an .so file
 
which contains two text files and an .so file
   −
[[File:98daf55da5d9cbac45bd48d325bec4291164c13f.png|800px]]
+
[[File:98daf55da5d9cbac45bd48d325bec4291164c13f.png|400px]]
    
the so file  
 
the so file  
Line 73: Line 73:  
so we are running make again but with the install command which is actually defined in the Makefile, and a specific setting of a parameter called prefix with a specific value
 
so we are running make again but with the install command which is actually defined in the Makefile, and a specific setting of a parameter called prefix with a specific value
   −
[[File:302e0da4a6d703c82f1a0f9ec056b7cc40f191c8.png|800px]]
+
[[File:302e0da4a6d703c82f1a0f9ec056b7cc40f191c8.png|400px]]
    
and just checking we can see the file that the make install has created.
 
and just checking we can see the file that the make install has created.
   −
[[File:4381ef17152ef986569c39c24a4cea208f8cd882.png|800px]]
+
[[File:4381ef17152ef986569c39c24a4cea208f8cd882.png|400px]]
    
notice these are owned by root, which is why the sudo would have been needed.
 
notice these are owned by root, which is why the sudo would have been needed.
584

edits

Navigation menu