User Tools

Site Tools


development:compiling:liblcf:autotools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
development:compiling:liblcf:autotools [2014/12/14 01:20] – [Step by step setup for Fedora] Update for Fedora 21 fdelapenadevelopment:compiling:liblcf:autotools [2015/02/18 18:51] – make copypaste process a bit more robust fdelapena
Line 19: Line 19:
   * Run:   * Run:
 <code bash> <code bash>
-  ./configure --prefix /usr+  ./configure --prefix=/usr
   make   make
   sudo make install   sudo make install
Line 35: Line 35:
   cd liblcf   cd liblcf
   autoreconf -i   autoreconf -i
-  ./configure --prefix /usr+  ./configure --prefix=/usr
   make   make
   sudo make install   sudo make install
 +  cd ..
 </code> </code>
 ===== Step by step setup for Fedora ===== ===== Step by step setup for Fedora =====
Line 48: Line 49:
   cd liblcf   cd liblcf
   autoreconf -i   autoreconf -i
-  ./configure --prefix /usr+  ./configure --prefix=/usr
   make   make
   sudo make install   sudo make install
 +  cd ..
 </code> </code>
 ===== Installation on Arch Linux ===== ===== Installation on Arch Linux =====
development/compiling/liblcf/autotools.txt · Last modified: 2024/04/26 17:04 by lumiscosity

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki