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/07/21 22:21] – explicitly install automake1.11 for Debian 7 compatibility fdelapenadevelopment:compiling:liblcf:autotools [2015/02/18 18:51] – make copypaste process a bit more robust fdelapena
Line 18: Line 18:
  
   * Run:   * Run:
- +<code bash> 
-  ./configure --prefix /usr+  ./configure --prefix=/usr
   make   make
   sudo make install   sudo make install
 +</code>
 +
 +====== Build from Git ======
  
 ===== Step by step setup for Debian based distros (gNewSense, Trisquel, Debian, Mint, Ubuntu...) ===== ===== Step by step setup for Debian based distros (gNewSense, Trisquel, Debian, Mint, Ubuntu...) =====
Line 27: Line 30:
   * Open the Terminal application   * Open the Terminal application
   * Copy the following text and paste it in your terminal window and press the enter key, you will need to enter your password and press again the enter key:   * Copy the following text and paste it in your terminal window and press the enter key, you will need to enter your password and press again the enter key:
 +<code bash>
   sudo apt-get -y install --no-install-recommends git make automake1.11 libtool g++ libexpat1-dev libicu-dev   sudo apt-get -y install --no-install-recommends git make automake1.11 libtool g++ libexpat1-dev libicu-dev
   git clone https://github.com/EasyRPG/liblcf.git   git clone https://github.com/EasyRPG/liblcf.git
   cd liblcf   cd liblcf
   autoreconf -i   autoreconf -i
-  ./configure --prefix /usr+  ./configure --prefix=/usr
   make   make
   sudo make install   sudo make install
 +  cd .. 
 +</code>
 ===== Step by step setup for Fedora ===== ===== Step by step setup for Fedora =====
  
   * Open the Terminal application   * Open the Terminal application
   * Copy the following text and paste it in your terminal window and press the enter key, you will need to enter your password and press again the enter key:   * Copy the following text and paste it in your terminal window and press the enter key, you will need to enter your password and press again the enter key:
- +<code bash> 
-  sudo yum -y install git automake libtool expat-devel libicu-devel gcc-g+++  sudo dnf -y install libtool expat-devel libicu-devel gcc-c++
   git clone https://github.com/EasyRPG/liblcf.git   git clone https://github.com/EasyRPG/liblcf.git
   cd liblcf   cd liblcf
   autoreconf -i   autoreconf -i
-  ./configure --prefix /usr+  ./configure --prefix=/usr
   make   make
   sudo make install   sudo make install
 +  cd .. 
 +</code>
 ===== Installation on Arch Linux ===== ===== Installation on Arch Linux =====
  
 There is an [[https://aur.archlinux.org/packages/liblcf-git/|AUR package]] available, you can use your favourite aur helper or download and use makepkg: There is an [[https://aur.archlinux.org/packages/liblcf-git/|AUR package]] available, you can use your favourite aur helper or download and use makepkg:
- +<code bash> 
-  packer -S liblcf-git +  packer -S liblcf-git 
 +</code>
 ===== Additional help ===== ===== Additional help =====
  
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